UserReactionItemState
data class UserReactionItemState(val user: User, val type: String, val isMine: Boolean = false, val emojiCode: String? = null)
UI representation of user reaction.
Parameters
user
The user who left the reaction.
type
The string representation of the reaction.
isMine
Whether the reaction belongs to the current user.
emojiCode
The optional emoji code to be shown for the reaction.