interface ApplicationCommandStringOption

export interface ApplicationCommandStringOption extends ApplicationCommandChoicesOption<string>

optional
autocomplete? : false

Inherited from: ApplicationCommandChoicesOption

optional
choices? : readonly ApplicationCommandOptionChoiceData<Type>[]

Inherited from: ApplicationCommandChoicesOption

optional
maxLength? : number

optional
minLength? : number