Preview environment

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

name : string

Inherited from: APIInteractionDataOptionBase

type : T

Inherited from: APIInteractionDataOptionBase

value : D

Inherited from: APIInteractionDataOptionBase