SelectOption

An option in a SelectMenuComponent.

Constructors

Link copied to clipboard
constructor(data: SelectOptionData)

Properties

Link copied to clipboard
Link copied to clipboard

Whether this option is selected by default.

Link copied to clipboard

An additional description of the option. Null if not set.

Link copied to clipboard

The emoji to show in the option. Null if not set.

Link copied to clipboard

The user-facing name of the option.

Link copied to clipboard

The dev-defined value of the option.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String