interface MessageBuilderData

extends

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

Constructors

constructor()

optionalexternal
allowed_mentions? : AllowedMentionsBuilder

external
attachments : AttachmentBuilder[]

external
components : MessageTopLevelComponentBuilder[]

external
embeds : EmbedBuilder[]

optionalexternal
message_reference? : MessageReferenceBuilder

optionalexternal
poll? : PollBuilder