Package-level declarations
Types
Link copied to clipboard
data class UserReactionItemState(val user: User, val type: String, val isMine: Boolean = false, val emojiCode: String? = null)
UI representation of user reaction.
UI representation of user reaction.