APIApplicationCommandIntegerOption
Signature
export type APIApplicationCommandIntegerOption = APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper<APIApplicationCommandIntegerOptionBase, APIApplicationCommandOptionChoice<number>>;Private types
APIApplicationCommandIntegerOptionBaseInterface
interface APIApplicationCommandIntegerOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Integer> { min_value?: number; max_value?: number;}Members
This export does not declare public properties or methods in the generated declaration file.