MessagePeerReaction#

class pyrogram.raw.types.MessagePeerReaction#

How a certain peer reacted to the message.

Constructor of MessagePeerReaction.

Details:
  • Layer: 158

  • ID: 8C79B63C

Parameters:
  • peer_id (Peer) – Peer that reacted to the message.

  • date (int 32-bit) – When was this reaction added.

  • reaction (Reaction) – Reaction emoji.

  • big (bool, optional) – Whether the specified message reaction » should elicit a bigger and longer reaction.

  • unread (bool, optional) – Whether the reaction wasn’t yet marked as read by the current user.