ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatLoadMoreMessages. Response. Nested. Data
(archastro v0.2.0)
Copy Markdown
Data API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.Data{ after_cursor: String.t() | ArchAstro.Unset.t(), agent: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgent.t() | ArchAstro.Unset.t(), before_cursor: String.t() | ArchAstro.Unset.t(), is_transient: boolean(), members: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItem.t() ], messages: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItem.t() ], messages_loaded_on_last_update: integer() | ArchAstro.Unset.t(), team: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeam.t() | ArchAstro.Unset.t(), thread: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThread.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()