class SlashCommandStringOption
extends
ApplicationCommandOptionBaseexport declare class SlashCommandStringOption extends ApplicationCommandOptionBase
A slash command string option.
readonlyoptionalLocalizationMap description_localizations? :
The description localizations of this command.
Inherited from: SharedNameAndDescription
readonlystring description :
The description of this command.
Inherited from: SharedNameAndDescription
readonlyoptionalnumber max_length? :
The maximum length of this option.
readonlyoptionalnumber min_length? :
The minimum length of this option.
readonlyoptionalLocalizationMap name_localizations? :
The name localizations of this command.
Inherited from: SharedNameAndDescription
readonlyboolean = false required :
Whether this option is required.
Inherited from: ApplicationCommandOptionBase
readonlyApplicationCommandOptionType.String type :
The type of this option.
readonlyoptionalboolean autocomplete? :
Whether this option utilizes autocomplete.
Inherited from: ApplicationCommandOptionWithChoicesAndAutocompleteMixin
readonlyoptionalAPIApplicationCommandOptionChoice<T>[] choices? :
The choices of this option.
Inherited from: ApplicationCommandOptionWithChoicesAndAutocompleteMixin
readonlyApplicationCommandOptionType type :
The type of this option.
Inherited from: ApplicationCommandOptionWithChoicesAndAutocompleteMixin
protected runRequiredValidationsvoid () :
This method runs required validators on this builder.
Inherited from: ApplicationCommandOptionBase
setDescriptiondescription: string) : this (
Sets the description of this command.
Inherited from: SharedNameAndDescription
setDescriptionLocalizationlocale: LocaleStringlocalizedDescription: string | null) : 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
setMaxLengthmax: number) : this (
Sets the maximum length of this string option.
setMinLengthmin: number) : this (
Sets the minimum length of this string option.
setNameLocalizationlocale: LocaleStringlocalizedName: string | null) : this (
SSets 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.
Inherited from: ApplicationCommandOptionBase
toJSONAPIApplicationCommandStringOption () :
Serializes this builder to API-compatible JSON data.
addChoiceschoices: APIApplicationCommandOptionChoice<T>[]) : this (
Adds multiple choices to this option.
Inherited from: ApplicationCommandOptionWithChoicesAndAutocompleteMixin
setAutocompleteautocomplete: boolean) : this (
Whether this option uses autocomplete.
Inherited from: ApplicationCommandOptionWithChoicesAndAutocompleteMixin
setChoicesInput extends APIApplicationCommandOptionChoice<T>[]
>(choices: Input) : this <
Input extends APIApplicationCommandOptionChoice<T>[]
Sets multiple choices for this option.
Inherited from: ApplicationCommandOptionWithChoicesAndAutocompleteMixin