APIApplicationCommandStringOption
Signature
export type APIApplicationCommandStringOption = APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper<APIApplicationCommandStringOptionBase, APIApplicationCommandOptionChoice<string>>;Private types
APIApplicationCommandStringOptionBaseInterface
interface APIApplicationCommandStringOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.String> { min_length?: number; max_length?: number;}Members
This export does not declare public properties or methods in the generated declaration file.