Emoji Reaction Count Item
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.
max Display Count
The maximum number of reacted users to display.