ReactionCount

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

ReactionCount

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

(auto-generated)

Author

ForteScarlet

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "total_count")
val totalCount: Int

Number of times the reaction was added

Link copied to clipboard

Type of the reaction