ExStreamClient.Model.ChannelMutedEvent (ExStreamClient v0.1.11)
View SourceSchema representing a ChannelMutedEvent
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.ChannelMutedEvent{ created_at: DateTime.t() | integer() | String.t(), type: String.t() }