class SlashCommandIntegerOption

declare class SlashCommandIntegerOption extends ApplicationCommandOptionBase implements ApplicationCommandNumericOptionMinMaxValueMixin

setMaxValue(
max: number
) : this

setMinValue(
min: number
) : this