AccessoryHolder

An object which can have an accessory.

See also

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline fun AccessoryHolder.interactionButtonAccessory(style: ButtonStyle, customId: String, builder: ButtonBuilder.() -> Unit = {})

Adds an interaction button as an accessory to this section. This is mutually exclusive with other accessory components.

Link copied to clipboard
inline fun AccessoryHolder.linkButtonAccessory(url: String, builder: ButtonBuilder.() -> Unit = {})

Adds a link button as an accessory to this section. This is mutually exclusive with other accessory components.