interface APIApplicationCommandInteractionDataStringOption

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

Constructors

constructor()

optionalexternal
focused? : boolean

external
name : string

Inherited from: APIInteractionDataOptionBase

external
type : T

Inherited from: APIInteractionDataOptionBase

external
value : D

Inherited from: APIInteractionDataOptionBase