Abstract

ApplicationCommandNumericOptionMinMaxValueMixin

export declare abstract class ApplicationCommandNumericOptionMinMaxValueMixin
export declare abstract class ApplicationCommandNumericOptionMinMaxValueMixin
This mixin holds minimum and maximum symbols used for options.
clearMaxValue():this
Removes the maximum number value of this option.
clearMinValue():this
Removes the minimum number value of this option.
setMaxValue(max):this
Sets the maximum number value of this option.
NameTypeOptionalDescription
maxnumberNo
The maximum value this option can be
setMinValue(min):this
Sets the minimum number value of this option.
NameTypeOptionalDescription
minnumberNo
The minimum value this option can be