ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatPostSimpleMessage. Input
(archastro v0.2.0)
Copy Markdown
Post a simple text message
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Input{ content: String.t() | ArchAstro.Unset.t(), idempotency_key: String.t() | ArchAstro.Unset.t(), reply_to: String.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()