EmojiReactionCountItem

fun EmojiReactionCountItem(reaction: UiKitReaction, modifier: Modifier = Modifier, maxDisplayCount: Int = 99)

Displays the emoji reaction with the count of users who reacted to a message.

Since

1.2.0

Parameters

reaction

The UiKitReaction object representing the emoji reaction.

modifier

The modifier to be applied to the item.

maxDisplayCount

The maximum number of reacted users to display.