ArchAstro. SDK. Types. ChatPostMessageResponse
(archastro v0.3.3)
Copy Markdown
Response returned after successfully posting a message to a chat thread. Contains the persisted message object echoed back to the sender.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChatPostMessageResponse{ message: 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()