ReactionCount

@Serializable
data class ReactionCount(val type: ReactionType, val totalCount: Int)

Represents a reaction added to a message along with the number of times it was added.

Api reference

Constructors

Link copied to clipboard
constructor(type: ReactionType, totalCount: Int)

Properties

Link copied to clipboard

Number of times the reaction was added

Link copied to clipboard

Type of the reaction