interface APIApplicationCommandInteractionDataIntegerOption
extends
APIInteractionDataOptionBase<ApplicationCommandOptionType.Integer, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>external
export interface APIApplicationCommandInteractionDataIntegerOption<Type extends InteractionType = InteractionType> extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Integer, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>
Type Parameters
optionalInteractionType = InteractionType Type? extends
optionalexternalboolean focused? :
externalstring name :
Inherited from: APIInteractionDataOptionBase
externalT type :
Inherited from: APIInteractionDataOptionBase
externalD value :
Inherited from: APIInteractionDataOptionBase