class SlashCommandSubcommandBuilder
implements
ToAPIApplicationCommandOptionsdeclare class SlashCommandSubcommandBuilder implements ToAPIApplicationCommandOptionsA builder that creates API-compatible JSON data for slash command subcommands.
readonlydescription : string 
The description of this subcommand.
readonlyname : string 
The name of this subcommand.
readonlyoptions : ApplicationCommandOptionBase[] 
The options within this subcommand.
readonlyoptionaldescription_localizations? : LocalizationMap 
The description localizations of this command.
Inherited from: SharedNameAndDescription
readonlyoptionalname_localizations? : LocalizationMap 
The name localizations of this command.
Inherited from: SharedNameAndDescription
toJSON() : APIApplicationCommandSubcommandOption
Serializes this builder to API-compatible JSON data.
 addAttachmentOption(input: SlashCommandAttachmentOption | ((builder: SlashCommandAttachmentOption) => SlashCommandAttachmentOption)) : TypeAfterAddingOptions
Adds an attachment option.
Inherited from: SharedSlashCommandOptions
 addBooleanOption(input: SlashCommandBooleanOption | ((builder: SlashCommandBooleanOption) => SlashCommandBooleanOption)) : TypeAfterAddingOptions
Adds a boolean option.
Inherited from: SharedSlashCommandOptions
 addChannelOption(input: SlashCommandChannelOption | ((builder: SlashCommandChannelOption) => SlashCommandChannelOption)) : TypeAfterAddingOptions
Adds a channel option.
Inherited from: SharedSlashCommandOptions
 addIntegerOption(input: SlashCommandIntegerOption | ((builder: SlashCommandIntegerOption) => SlashCommandIntegerOption)) : TypeAfterAddingOptions
Adds an integer option.
Inherited from: SharedSlashCommandOptions
 addMentionableOption(input: SlashCommandMentionableOption | ((builder: SlashCommandMentionableOption) => SlashCommandMentionableOption)) : TypeAfterAddingOptions
Adds a mentionable option.
Inherited from: SharedSlashCommandOptions
 addNumberOption(input: SlashCommandNumberOption | ((builder: SlashCommandNumberOption) => SlashCommandNumberOption)) : TypeAfterAddingOptions
Adds a number option.
Inherited from: SharedSlashCommandOptions
 addRoleOption(input: SlashCommandRoleOption | ((builder: SlashCommandRoleOption) => SlashCommandRoleOption)) : TypeAfterAddingOptions
Adds a role option.
Inherited from: SharedSlashCommandOptions
 addStringOption(input: SlashCommandStringOption | ((builder: SlashCommandStringOption) => SlashCommandStringOption)) : TypeAfterAddingOptions
Adds a string option.
Inherited from: SharedSlashCommandOptions
 addUserOption(input: SlashCommandUserOption | ((builder: SlashCommandUserOption) => SlashCommandUserOption)) : TypeAfterAddingOptions
Adds a user option.
Inherited from: SharedSlashCommandOptions
 setDescription(description: string) : this
Sets the description of this command.
Inherited from: SharedNameAndDescription
 setDescriptionLocalization(locale: LocaleString) : this
Sets a description localization for this command.
Inherited from: SharedNameAndDescription
 setDescriptionLocalizations(localizedDescriptions: LocalizationMap | null) : this
Sets the description localizations for this command.
Inherited from: SharedNameAndDescription
 setNameLocalization(locale: LocaleString) : this
Sets a name localization for this command.
Inherited from: SharedNameAndDescription
 setNameLocalizations(localizedNames: LocalizationMap | null) : this
Sets the name localizations for this command.
Inherited from: SharedNameAndDescription