option
Adds an option to this select menu, see CheckboxGroupOption.
Parameters
The label of this option, see CheckboxGroupOption.withLabel
The value of this option, this is what the bot receives, see CheckboxGroupOption.withValue
The description of this option, see CheckboxGroupOption.withDescription
Whether this option is selected by default
Adds an option to this select menu, see RadioGroupOption.
Parameters
The label of this option, see RadioGroupOption.withLabel
The value of this option, this is what the bot receives, see RadioGroupOption.withValue
The description of this option, see RadioGroupOption.withDescription
Whether this option is selected by default
Adds an option to this select menu, see SelectOption.
Parameters
The label of this option, see SelectOption.withLabel
The value of this option, this is what the bot receives, see SelectOption.withValue
The description of this option, see SelectOption.withDescription
The emoji of this option
Whether this option is selected by default