ArchAstro. Types. ChatPostMessageResponse
(archastro v0.2.0)
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.Types.ChatPostMessageResponse{ message: 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()