ExStreamClient.Model.UnreadCountsChannel (ExStreamClient v0.1.11)
View SourceSchema representing a UnreadCountsChannel
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.UnreadCountsChannel{ channel_id: String.t(), last_read: DateTime.t() | integer() | String.t(), unread_count: integer() }