ExStreamClient.Model.ExportChannelsRequest (ExStreamClient v0.1.7)
View SourceSchema representing a ExportChannelsRequest
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.ExportChannelsRequest{ channels: [ExStreamClient.Model.ChannelExport.t()], clear_deleted_message_text: boolean() | nil, export_users: boolean() | nil, include_soft_deleted_channels: boolean() | nil, include_truncated_messages: boolean() | nil, version: String.t() | nil }