SlashCommandStringOption

declare class SlashCommandStringOption extends ApplicationCommandOptionBase
declare class SlashCommandStringOption extends ApplicationCommandOptionBase

No summary provided.

Readonly
max_length?:number
Readonly
min_length?:number
setMaxLength(max):this
Sets the maximum length of this string option.
NameTypeOptionalDescription
maxnumberNoThe maximum length this option can be
setMinLength(min):this
Sets the minimum length of this string option.
NameTypeOptionalDescription
minnumberNoThe minimum length this option can be