ActionRowBuilder

class ActionRowBuilder

Functions

build
Link copied to clipboard
fun build(): Collection<Component>
button
Link copied to clipboard
fun button(style: ButtonStyle, idOrUrl: String, label: String? = null, emoji: Emoji? = null)

Add a new Button to this row.

selectMenu
Link copied to clipboard
fun selectMenu(customId: String, placeholder: String? = null, valueRange: IntRange = 1..1, disabled: Boolean = false, block: SelectMenuBuilder.() -> Unit = {})

Add a new Select Menu to this row.