ChannelSelectComponent

Constructors

Link copied to clipboard
constructor(data: ComponentData)

Properties

Link copied to clipboard
Link copied to clipboard

The custom identifier for any ComponentInteractions this select menu will trigger.

Link copied to clipboard
open override val data: ComponentData
Link copied to clipboard

The list of default values for this select menu.

Link copied to clipboard

Whether this select menu can be used.

Link copied to clipboard

The maximum amount of options that can be chosen, default 1.

Link copied to clipboard

The minimum amount of options that can be chosen, default 1.

Link copied to clipboard

The placeholder value if no value has been selected, null if not set.

Link copied to clipboard
open override val type: ComponentType.StringSelect

The type of component.

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