export declare abstract class ApplicationCommandOptionBase extends SharedNameAndDescription
The base application command option builder that contains common symbols for application command builders.
readonlyoptionalLocalizationMap description_localizations? :
The description localizations of this command.
Inherited from: SharedNameAndDescription
readonlystring description :
The description of this command.
Inherited from: SharedNameAndDescription
readonlyoptionalLocalizationMap name_localizations? :
The name localizations of this command.
Inherited from: SharedNameAndDescription
readonlyboolean required :
Whether this option is required.
abstractreadonlyApplicationCommandOptionType type :
The type of this option.
protected runRequiredValidationsvoid () :
This method runs required validators on this builder.
setDescriptiondescription: string) : this (
Sets the description of this command.
Inherited from: SharedNameAndDescription
setDescriptionLocalizationlocale: LocaleString) : this (
Sets a description localization for this command.
Inherited from: SharedNameAndDescription
setDescriptionLocalizationslocalizedDescriptions: LocalizationMap | null) : this (
Sets the description localizations for this command.
Inherited from: SharedNameAndDescription
setNameLocalizationlocale: LocaleString) : this (
Sets a name localization for this command.
Inherited from: SharedNameAndDescription
setNameLocalizationslocalizedNames: LocalizationMap | null) : this (
Sets the name localizations for this command.
Inherited from: SharedNameAndDescription
setRequiredrequired: boolean) : this (
Sets whether this option is required.
abstract toJSONAPIApplicationCommandBasicOption () :
Serializes this builder to API-compatible JSON data.