ExStreamClient.Model.MuteChannelResponse (ExStreamClient v0.1.7)
View SourceSchema representing a MuteChannelResponse
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.MuteChannelResponse{ channel_mute: ExStreamClient.Model.ChannelMute.t() | nil, channel_mutes: [ExStreamClient.Model.ChannelMute.t()] | nil, duration: String.t(), own_user: ExStreamClient.Model.OwnUser.t() | nil }