View Source ExGram.Model.MessageReactionUpdated (ex_gram v0.52.2)

This object represents a change of a reaction on a message performed by a user.

Check the documentation of this model in https://core.telegram.org/bots/api#messagereactionupdated

Summary

Types

@type t() :: %ExGram.Model.MessageReactionUpdated{
  actor_chat: ExGram.Model.Chat.t() | nil,
  chat: ExGram.Model.Chat.t(),
  date: integer(),
  message_id: integer(),
  new_reaction: [ExGram.Model.ReactionType.t()],
  old_reaction: [ExGram.Model.ReactionType.t()],
  user: ExGram.Model.User.t() | nil
}

Functions