MessageBuilderData

export interface MessageBuilderData extends Partial<Omit<RESTPostAPIChannelMessageJSONBody, 'allowed_mentions' | 'attachments' | 'components' | 'embeds' | 'message_reference' | 'poll'>>
export interface MessageBuilderData extends Partial<Omit<RESTPostAPIChannelMessageJSONBody, 'allowed_mentions' | 'attachments' | 'components' | 'embeds' | 'message_reference' | 'poll'>>

No summary provided.

Extends

Partial<Omit<RESTPostAPIChannelMessageJSONBody, 'allowed_mentions' | 'attachments' | 'components' | 'embeds' | 'message_reference' | 'poll'>>
allowed_mentions?:AllowedMentionsBuilder
attachments:AttachmentBuilder[]
components:ActionRowBuilder[]
embeds:EmbedBuilder[]
message_reference?:MessageReferenceBuilder