interface APIApplicationCommandInteractionDataIntegerOption

external
export interface APIApplicationCommandInteractionDataIntegerOption extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Integer, number>

optionalexternal
focused? : boolean

external
name : string

Inherited from: APIInteractionDataOptionBase

external
type : T

Inherited from: APIInteractionDataOptionBase

external
value : D

Inherited from: APIInteractionDataOptionBase