class ApplicationCommandNumericOptionMinMaxValueMixin

declare abstract class ApplicationCommandNumericOptionMinMaxValueMixin

readonlyoptional
max_value? : number

readonlyoptional
min_value? : number

setMaxValue(
max: number
) : this

Sets the maximum number value of this option

setMinValue(
min: number
) : this

Sets the minimum number value of this option