Skip to content

class Tourmaline::MessageReactionCountUpdated
inherits Reference #

This object represents reaction changes on a message with anonymous reactions.

Included modules

JSON::Serializable

Constructors#

.new(chat, message_id, date, reactions : Array(Tourmaline::ReactionCount) = [] of Tourmaline::ReactionCount) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#chat : Tourmaline::Chat #

The chat containing the message

View source

#chat=(chat : Tourmaline::Chat) #

The chat containing the message

View source

#date : Time #

View source

#date=(date : Time) #

View source

#message_id : Int32 | Int64 #

Unique message identifier inside the chat

View source

#message_id=(message_id : Int32 | Int64) #

Unique message identifier inside the chat

View source

#reactions : Array(Tourmaline::ReactionCount) #

List of reactions that are present on the message

View source

#reactions=(reactions : Array(Tourmaline::ReactionCount)) #

List of reactions that are present on the message

View source