Package-level declarations
Types
Link copied to clipboard
data class ReactionOptionItemState(val type: String, val isSelected: Boolean = false, val emojiCode: String? = null)
UI representation of reactions.
UI representation of reactions.