InlineMessageActionParams

data class InlineMessageActionParams(val label: String, val onClick: () -> Unit)(source)

Data class representing the parameters for an inline message action.

Constructors

Link copied to clipboard
constructor(label: String, onClick: () -> Unit)

Properties

Link copied to clipboard

The label text to display on the action button.

Link copied to clipboard
val onClick: () -> Unit

The callback to be invoked when the action is clicked.