ExStreamClient.Model.ChannelVisibleEvent (ExStreamClient v0.1.11)
View SourceSchema representing a ChannelVisibleEvent
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.ChannelVisibleEvent{ channel_id: String.t(), channel_type: String.t(), cid: String.t(), created_at: DateTime.t() | integer() | String.t(), type: String.t(), user: ExStreamClient.Model.User.t() | nil }