ArchAstro. SDK. Types. ChatMessageListResponse
(archastro v0.3.0)
Copy Markdown
Response returned when listing the messages of a joined chat thread. Contains the set of messages currently loaded for the thread.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChatMessageListResponse{ messages: [ArchAstro.SDK.Types.Message.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()