View Source ExGram.Model.MessageReactionCountUpdated (ex_gram v0.53.0)
This object represents reaction changes on a message with anonymous reactions.
Check the documentation of this model in https://core.telegram.org/bots/api#messagereactioncountupdated
Summary
Types
@type t() :: %ExGram.Model.MessageReactionCountUpdated{ chat: ExGram.Model.Chat.t(), date: integer(), message_id: integer(), reactions: [ExGram.Model.ReactionCount.t()] }