interface ApplicationCommandStringOption

export interface ApplicationCommandStringOption extends ApplicationCommandChoicesOption<string>

optional
autocomplete? : false

Inherited from: ApplicationCommandChoicesOption

optional
choices? : readonly ApplicationCommandOptionChoiceData<Type>[]

Inherited from: ApplicationCommandChoicesOption

description : string

Inherited from: CommonBaseApplicationCommandOptionsData

optional
descriptionLocalizations? : LocalizationMap

Inherited from: CommonBaseApplicationCommandOptionsData

optional
maxLength? : number

optional
minLength? : number

optional
nameLocalizations? : LocalizationMap

Inherited from: CommonBaseApplicationCommandOptionsData

optional
required? : boolean

Inherited from: BaseApplicationCommandOptionsData