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

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

Summary

Types

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