interface APIApplicationCommandInteractionDataIntegerOption

export interface APIApplicationCommandInteractionDataIntegerOption<Type extends InteractionType = InteractionType> extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Integer, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>

Type Parameters

optional
Type? extends InteractionType = InteractionType

optional
focused? : boolean

type : T

Inherited from: v10/APIInteractionDataOptionBase

value : D

Inherited from: v10/APIInteractionDataOptionBase