ArchAstro. Types. ChatMessageListResponse
(archastro v0.2.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.Types.ChatMessageListResponse{ messages: [ArchAstro.Types.Message.t()] }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()