export interface APIApplicationCommandIntegerOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Integer>
optionalexternalLocalizationMap | null description_localizations? :
Inherited from: APIApplicationCommandOptionBase
externalstring description :
Inherited from: APIApplicationCommandOptionBase
optionalexternalnumber max_value? :
If the option is an INTEGER
or NUMBER
type, the maximum value permitted.
optionalexternalnumber min_value? :
If the option is an INTEGER
or NUMBER
type, the minimum value permitted.
optionalexternalLocalizationMap | null name_localizations? :
Inherited from: APIApplicationCommandOptionBase
externalstring name :
Inherited from: APIApplicationCommandOptionBase
optionalexternalboolean required? :
Inherited from: APIApplicationCommandOptionBase
externalType type :
Inherited from: APIApplicationCommandOptionBase