string | null
required
The message content formatted as Markdown. Null if the message has no text content.Example:
Hey, are you available for a **quick call**?string<date-time>
required
The timestamp when this message was originally created.Example:
2023-12-01T05:00:00.401Zstring
required
boolean
required
Whether the message content has been edited after it was originally sent.
boolean
required
Whether this message is pinned to the top of the channel for easy access.
array<string>
required
A list of user IDs that are explicitly mentioned in this message.
boolean
required
Whether the message includes an @everyone mention that notifies all channel
members.
DmsPostTypes
required
The classification of this message: regular, system, or automated.Available options:
regular, system, automatedobject | null
required
A poll attached to this message. Null if the message does not contain a poll.
array<object>
required
Aggregated reaction counts on this message, filtered to a specific reaction type.
array<object>
required
Aggregated reaction counts on this message, filtered to a specific reaction type.
string | null
required
The unique identifier of the message this post is replying to. Null if this is
not a reply.
string<date-time>
required
The timestamp when this message was last modified.Example:
2023-12-01T05:00:00.401Zobject
required
The user who authored this message.
integer | null
required
The number of unique views this message has received. Null if view tracking is not enabled for this channel.Example:
42
