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