Schema representing a ChannelHiddenEvent
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.ChannelHiddenEvent{ channel: ExStreamClient.Model.ChannelResponse.t(), channel_custom: %{optional(String.t()) => any()} | nil, channel_id: String.t() | nil, channel_member_count: integer() | nil, channel_message_count: integer() | nil, channel_type: String.t() | nil, cid: String.t() | nil, clear_history: boolean(), created_at: DateTime.t() | integer() | String.t(), custom: %{optional(String.t()) => any()}, received_at: (DateTime.t() | integer() | String.t()) | nil, team: String.t() | nil, type: String.t(), user: ExStreamClient.Model.UserResponseCommonFields.t() | nil }