ArchAstro. SDK. Types. ChatLoadMoreMessagesResponse
(archastro v0.3.0)
Copy Markdown
Response returned after loading an additional page of chat messages. Contains a refreshed chat-room snapshot with the newly-fetched messages merged in.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChatLoadMoreMessagesResponse{ data: ArchAstro.SDK.Types.ChatRoomModel.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()