EmojiReactionMoreButton

fun EmojiReactionMoreButton(onEmojiMoreClick: () -> Unit, modifier: Modifier = Modifier)

Represents the emoji reaction more button.

Since

1.2.0

Parameters

onEmojiMoreClick

The callback for when the emoji more button is clicked.

modifier

The modifier to be applied to the button.