MessageCreateOptions

export interface MessageCreateOptions extends BaseMessageOptions
export interface MessageCreateOptions extends BaseMessageOptions
The options for sending a message.
allowedMentions?:MessageMentionOptions
Which mentions should be parsed from the message content (see [here](https://discord.com/developers/docs/resources/channel#allowed-mentions-object) for more details)
Inherited from BaseMessageOptions
Action rows containing interactive components for the message (buttons, select menus)
Inherited from BaseMessageOptions
content?:string
The content for the message. This can only be null when editing a message.
Inherited from BaseMessageOptions
The embeds for the message
Inherited from BaseMessageOptions
The files to send with the message.
Inherited from BaseMessageOptions
flags?:BitFieldResolvable< Extract<MessageFlagsString, 'SuppressEmbeds' | 'SuppressNotifications'>, MessageFlags.SuppressEmbeds | MessageFlags.SuppressNotifications >
nonce?:string | number
The options for replying to a message
stickers?:StickerResolvable[]
tts?:boolean