InlineStringSelectMenu

Constructors

Link copied to clipboard
constructor(builder: StringSelectMenu.Builder)

Properties

Link copied to clipboard
Link copied to clipboard

Whether this select menu should be disabled, defaults to false

Link copied to clipboard
Link copied to clipboard

Displayed when no selections have been made yet, see net.dv8tion.jda.api.components.selections.SelectMenu.Builder.placeholder

Link copied to clipboard

Whether the user must populate this select menu if inside a Modal.

Link copied to clipboard
open override var uniqueId: Int

Unique identifier of this component, see Component.withUniqueId

Link copied to clipboard

The minimum and maximum amount of values a user can select, must not exceed the amount of options

Functions

Link copied to clipboard
Link copied to clipboard
fun option(label: String, value: String, description: String? = null, emoji: Emoji? = null, default: Boolean = false)

Adds an option to this select menu, see SelectOption.