ReactionsCount

data class ReactionsCount(val reaction: Reaction, val count: Int)

Constructors

Link copied to clipboard
constructor(reaction: Reaction, count: Int)

Properties

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