builders

SlashCommandStringOption

export declare class SlashCommandStringOption extends ApplicationCommandOptionBase 

Summary

No summary provided.

Properties

max_length

:

number

min_length

:

number

Methods

setMaxLength(max)

:

this

Sets the maximum length of this string option.

NameTypeOptionalDescription
maxnumberNoNone

setMinLength(min)

:

this

Sets the minimum length of this string option.

NameTypeOptionalDescription
minnumberNoNone

builders