ReactionAggregatedSummary

data class ReactionAggregatedSummary(val key: String, val count: Int, val addedByMe: Boolean, val firstTimestamp: Long, val sourceEvents: List<String>, val localEchoEvents: List<String>)

Constructors

Link copied to clipboard
constructor(key: String, count: Int, addedByMe: Boolean, firstTimestamp: Long, sourceEvents: List<String>, localEchoEvents: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard