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