Properties
Optional
actionRow
actionRow?: ActionRowBuilder<MessageActionRowComponentBuilder>
allowedMentions
allowedMentions: MessageMentionOptions = {}
Optional
appliedTags
appliedTags?: string[]
Optional
avatarURL
avatarURL?: string
Optional
channel
channel?: Channel
choices
choices: ApplicationCommandOptionChoiceData<string | number>[] = ...
components
components: (ContainerBuilder | ContainerComponentBuilder)[] = ...
Optional
content
content?: string
Optional
deleteIn
deleteIn?: number
edit
edit: boolean = false
embeds
embeds: EmbedBuilder[] = ...
ephemeral
ephemeral: boolean = false
files
files: AttachmentBuilder[] = ...
followUp
followUp: boolean = false
inside
inside: ComponentType[] = ...
isComponentsV2
isComponentsV2: boolean = false
Optional
modal
modal?: ModalBuilder
Optional
poll
poll?: PollData
Optional
reference
reference?: string
reply
reply: boolean = false
stickers
stickers: StickerResolvable[] = ...
Optional
threadId
threadId?: ThreadChannelResolvable
Optional
threadName
threadName?: string
update
update: boolean = false
Optional
username
username?: string
withComponents
withComponents: boolean = false
withResponse
withResponse: boolean = false
Checks if current context is inside a component builder function.