export interface APIApplicationCommandInteractionDataIntegerOption extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Integer, number>optionalfocused? : boolean 
name : string
Inherited from: APIInteractionDataOptionBase
type : T
Inherited from: APIInteractionDataOptionBase
value : D
Inherited from: APIInteractionDataOptionBase