ExStreamClient.Model.HideChannelRequest (ExStreamClient v0.1.7)
View SourceSchema representing a HideChannelRequest
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.HideChannelRequest{ clear_history: boolean() | nil, user: ExStreamClient.Model.UserRequest.t() | nil, user_id: String.t() | nil }