Tourmaline::ReactionCount
Inherits JSON::Serializable < Reference < Object
Represents a reaction added to a message along with the number of times it was added.
Constructors
new(type : Tourmaline::ReactionTypeCustomEmoji | Tourmaline::ReactionTypeEmoji | Tourmaline::ReactionTypePaid, total_count : Int32 | Int64)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source