interface ApplicationCommandStringOptionData

export interface ApplicationCommandStringOptionData extends ApplicationCommandChoicesData<string>

optional
autocomplete? : false

Inherited from: ApplicationCommandChoicesData

optional
choices? : readonly ApplicationCommandOptionChoiceData<Type>[]

Inherited from: ApplicationCommandChoicesData

description : string

Inherited from: CommonBaseApplicationCommandOptionsData

optional
descriptionLocalizations? : LocalizationMap

Inherited from: CommonBaseApplicationCommandOptionsData

optional
max_length? : number

optional
maxLength? : number

optional
min_length? : number

optional
minLength? : number

optional
nameLocalizations? : LocalizationMap

Inherited from: CommonBaseApplicationCommandOptionsData

optional
required? : boolean

Inherited from: BaseApplicationCommandOptionsData