ActionRowComponent

A non-interactive container component for other types of component.

Constructors

Link copied to clipboard
constructor(data: ComponentData)

Properties

Link copied to clipboard

All Components that are nested inside this action row.

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

The ButtonComponents of this action row that are not a link or premium button, indexed by their customId (which is always present on these buttons).

Link copied to clipboard

The ButtonComponents of this action row that are a link button. url is always present on these buttons.

Link copied to clipboard

The ButtonComponents of this action row that are a premium button. skuId is always present on these buttons.

Link copied to clipboard

The SelectMenuComponents of this action row, indexed by their customId.

Link copied to clipboard

The TextInputComponents of this action row, indexed by their customId.

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

The type of component.

Functions

Link copied to clipboard
open override fun toString(): String