ReactionGroup

data class ReactionGroup(val type: String, val count: Int, val sumScore: Int, val firstReactionAt: Date, val lastReactionAt: Date)

A group of reactions of the same type.

Constructors

Link copied to clipboard
constructor(type: String, count: Int, sumScore: Int, firstReactionAt: Date, lastReactionAt: Date)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val count: Int

The number of users that have reacted with this reaction.

Link copied to clipboard

The first time this reaction was added.

Link copied to clipboard

The last time this reaction was added.

Link copied to clipboard

The sum of the scores of this reaction.

Link copied to clipboard

The type of the reaction this group represents.

Functions

Link copied to clipboard