ExStreamClient.Model.ChannelExport (ExStreamClient v0.1.11)
View SourceSchema representing a ChannelExport
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.ChannelExport{ cid: String.t() | nil, id: String.t() | nil, messages_since: (DateTime.t() | integer() | String.t()) | nil, messages_until: (DateTime.t() | integer() | String.t()) | nil, type: String.t() | nil }