export interface APIApplicationCommandIntegerOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Integer>
optionalLocalizationMap | null description_localizations? :
Inherited from: APIApplicationCommandOptionBase
string description :
Inherited from: APIApplicationCommandOptionBase
optionalnumber max_value? :
If the option is an INTEGER
or NUMBER
type, the maximum value permitted.
optionalnumber min_value? :
If the option is an INTEGER
or NUMBER
type, the minimum value permitted.
optionalLocalizationMap | null name_localizations? :
Inherited from: APIApplicationCommandOptionBase
string name :
Inherited from: APIApplicationCommandOptionBase
optionalboolean required? :
Inherited from: APIApplicationCommandOptionBase
Type type :
Inherited from: APIApplicationCommandOptionBase