interface ApplicationCommandStringOptionData

export interface ApplicationCommandStringOptionData extends ApplicationCommandChoicesData<string>

optional
autocomplete? : false

Inherited from: ApplicationCommandChoicesData

optional
choices? : readonly ApplicationCommandOptionChoiceData<Type>[]

Inherited from: ApplicationCommandChoicesData

optional
max_length? : number

optional
maxLength? : number

optional
min_length? : number

optional
minLength? : number