Preview environment

interface APIApplicationCommandInteractionDataIntegerOption

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

optional
focused? : boolean

name : string

Inherited from: APIInteractionDataOptionBase

type : T

Inherited from: APIInteractionDataOptionBase

value : D

Inherited from: APIInteractionDataOptionBase