export interface APIApplicationCommandStringOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.String>
optionalLocalizationMap | null description_localizations? :
Inherited from: APIApplicationCommandOptionBase
string description :
Inherited from: APIApplicationCommandOptionBase
optionalnumber max_length? :
For option type STRING
, the maximum allowed length (minimum of 1
, maximum of 6000
).
optionalnumber min_length? :
For option type STRING
, the minimum allowed length (minimum of 0
, maximum of 6000
).
optionalLocalizationMap | null name_localizations? :
Inherited from: APIApplicationCommandOptionBase
string name :
Inherited from: APIApplicationCommandOptionBase
optionalboolean required? :
Inherited from: APIApplicationCommandOptionBase
Type type :
Inherited from: APIApplicationCommandOptionBase