BackupReaction
data class BackupReaction(val messageId: String, val conversationId: BackupQualifiedId, val emojiReactions: List<BackupEmojiReaction>)
Represents a backup of message reactions for a single message. Each reaction is represented as an emoji plus the list of users who reacted with it. This list-based representation improves JS interop.
Constructors
Link copied to clipboard
constructor(messageId: String, conversationId: BackupQualifiedId, emojiReactions: List<BackupEmojiReaction>)