Interface MessagePayload

The payload for creating a message.

Hierarchy

Properties

content?: string

The content of the message.

embeds?: (APIEmbed | Embed)[]

The embeds of the message.

isPrivate?: boolean

Whether the message is private.

isSilent?: boolean

Whether the message is silent.

replyMessageIds?: string[]

The IDs of messages to reply to.