ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatListMessages. Response
(archastro v0.3.0)
Copy Markdown
List all messages in the current thread
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response{ messages: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItem.t() ] }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()