MessageReactor#

class pyrogram.raw.types.MessageReactor#

Info about a user in the paid Star reactions leaderboard for a message.

Constructor of MessageReactor.

Details:
  • Layer: 198

  • ID: 4BA3A95A

Parameters:
  • count (int 32-bit) – The number of sent Telegram Stars.

  • top (bool, optional) – If set, the reactor is one of the most active reactors; may be unset if the reactor is the current user.

  • my (bool, optional) – If set, this reactor is the current user.

  • anonymous (bool, optional) – If set, the reactor is anonymous.

  • peer_id (Peer, optional) – Identifier of the peer that reacted: may be unset for anonymous reactors different from the current user (i.e. if the current user sent an anonymous reaction anonymous will be set but this field will also be set).