Emoji Reacted User Item
fun EmojiReactedUserItem(user: UikitUser, modifier: Modifier = Modifier, onProfileClick: (UikitUser) -> Unit = { _ -> })
Displays the user who reacted to a message with a specific emoji.
Since
1.2.0
Parameters
user
The UikitUser object representing the user who reacted.
modifier
The modifier to be applied to the item.