APIApplicationCommandIntegerOptionBase

export interface APIApplicationCommandIntegerOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Integer>
export interface APIApplicationCommandIntegerOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Integer>

No summary provided.

description_localizations?:LocalizationMap | null
description:string
max_value?:number
If the option is an INTEGER or NUMBER type, the maximum value permitted.
min_value?:number
If the option is an INTEGER or NUMBER type, the minimum value permitted.
name_localizations?:LocalizationMap | null
type:Type