ArchAstro. Types. ChatLoadMoreMessagesResponse
(archastro v0.2.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.Types.ChatLoadMoreMessagesResponse{ data: ArchAstro.Types.ChatRoomModel.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()