Preview environment

interface APIApplicationCommandInteractionDataStringOption

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

optional
focused? : boolean

name : string

Inherited from: APIInteractionDataOptionBase

type : T

Inherited from: APIInteractionDataOptionBase

value : D

Inherited from: APIInteractionDataOptionBase