The count of reactions to a message has been updated.

These updates are only received for bots in chats where the bot is an administrator. Unlike BotReactionUpdate, this update is used for chats where the list of users who reacted to a message is not visible (e.g. channels).

Constructors

Properties

Accessors

Constructors

Properties

_peers: PeersIndex

Accessors

  • get chat(): Peer
  • Chat where the reaction has been changed

    Returns Peer

  • get date(): Date
  • Date when the reaction has been changed

    Returns Date

  • get messageId(): number
  • ID of the message where the reaction has been changed

    Returns number

  • get reactions(): ReactionCount[]
  • The new list of reactions to the message

    Returns ReactionCount[]