OptionalactionRow
actionRow?: ActionRowBuilder<MessageActionRowComponentBuilder>
allowedMentions
allowedMentions: MessageMentionOptions = {}
OptionalavatarURL
avatarURL?: string
Optionalchannel
channel?: Channel
choices
choices: ApplicationCommandOptionChoiceData<string | number>[] = ...
components
components: (ContainerBuilder | ContainerComponentBuilder)[] = ...
Optionalcontent
content?: string
OptionaldeleteIn
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
Optionalmodal
modal?: ModalBuilder
Optionalpoll
poll?: PollData
Optionalreference
reference?: string
reply
reply: boolean = false
silent
silent: boolean = false
stickers
stickers: StickerResolvable[] = ...
OptionalthreadId
threadId?: ThreadChannelResolvable
OptionalthreadName
threadName?: string
update
update: boolean = false
Optionalusername
username?: string
withComponents
withComponents: boolean = false
withResponse
withResponse: boolean = false
Checks if current context is inside a component builder function.