ExStreamClient.Model.ChannelMute (ExStreamClient v0.1.7)
View SourceSchema representing a ChannelMute
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.ChannelMute{ channel: ExStreamClient.Model.ChannelResponse.t() | nil, created_at: float(), expires: float() | nil, updated_at: float(), user: ExStreamClient.Model.UserResponse.t() | nil }