interface APIApplicationCommandInteractionDataStringOption

export interface APIApplicationCommandInteractionDataStringOption extends APIInteractionDataOptionBase<ApplicationCommandOptionType.String, string>

optional
focused? : boolean

type : T

Inherited from: v10/APIInteractionDataOptionBase

value : D

Inherited from: v10/APIInteractionDataOptionBase