ExStreamClient.Model.MuteChannelRequest (ExStreamClient v0.1.7)
View SourceSchema representing a MuteChannelRequest
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.MuteChannelRequest{ channel_cids: [String.t()] | nil, expiration: integer() | nil, user: ExStreamClient.Model.UserRequest.t() | nil, user_id: String.t() | nil }