View Source Telegex.Type.MessageReactionCountUpdated (Telegex v1.8.0)

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

Summary

Types

@type t() :: %Telegex.Type.MessageReactionCountUpdated{
  chat: Telegex.Type.Chat.t(),
  date: integer(),
  message_id: integer(),
  reactions: [Telegex.Type.ReactionCount.t()]
}