Interface CreateMessageOptions

Hierarchy

  • CreateMessageOptions

Properties

allowedMentions?: AllowedMentions

An object that specifies the allowed mentions in this message.

attachments?: MessageAttachment[]

An array of partial attachments related to the sent files.

components?: MessageActionRow[]

An array of components to send. snake_case keys should be converted to camelCase, or passed through Util#rawMessageComponents.

content?: string

The content of the message.

embeds?: EmbedOptions[]

An array of embeds to send. snake_case keys should be converted to camelCase, or passed through Util#rawEmbeds.

files?: File[]

The files to send.

flags?: number

The flags to send with the message.

messageReference?: MessageReference

Reply to a message.

stickerIDs?: string[]

The IDs of up to 3 stickers from the current guild to send.

tts?: boolean

If the message should be spoken aloud.