interface MessageCreateOptions
extends
BaseMessageOptionsexport interface MessageCreateOptions extends BaseMessageOptions
The options for sending a message.
optionalMessageMentionOptions allowedMentions? :
Which mentions should be parsed from the message content (see [here](https://discord.com/developers/docs/resources/message#allowed-mentions-object) for more details)
Inherited from: BaseMessageOptions
optionalreadonly ( | JSONEncodable<APIActionRowComponent<APIMessageActionRowComponent>> | ActionRowData<MessageActionRowComponentData | MessageActionRowComponentBuilder> | APIActionRowComponent<APIMessageActionRowComponent> )[] components? :
Action rows containing interactive components for the message (buttons, select menus)
Inherited from: BaseMessageOptions
optionalstring content? :
The content for the message. This can only be null
when editing a message. (default: '')
Inherited from: BaseMessageOptions
optionalreadonly (JSONEncodable<APIEmbed> | APIEmbed)[] embeds? :
The embeds for the message
Inherited from: BaseMessageOptions
optionalboolean enforceNonce? :
optionalreadonly ( | BufferResolvable | Stream | JSONEncodable<APIAttachment> | Attachment | AttachmentBuilder | AttachmentPayload )[] files? :
The files to send with the message.
Inherited from: BaseMessageOptions
optionalBitFieldResolvable<Extract<MessageFlagsString, 'SuppressEmbeds' | 'SuppressNotifications'>, MessageFlags.SuppressEmbeds | MessageFlags.SuppressNotifications> flags? :
optionalReplyOptions reply? :
The options for replying to a message