actionRow

inline fun actionRow(vararg components: ActionRowChildComponent, uniqueId: Int = -1, block: InlineActionRow.() -> Unit = {})(source)
inline fun actionRow(components: Collection<ActionRowChildComponent> = emptyList(), uniqueId: Int = -1, block: InlineActionRow.() -> Unit = {})(source)

See ActionRow.

Parameters

components

Components of this row

uniqueId

Unique identifier of this component

block

Lambda allowing further configuration

See also