interface MessageBuilderData

extends

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

optional
allowed_mentions? : AllowedMentionsBuilder

attachments : AttachmentBuilder[]

components : ActionRowBuilder[]

embeds : EmbedBuilder[]

optional
message_reference? : MessageReferenceBuilder

optional
poll? : PollBuilder