PaidReactor

class pyrogram.types.PaidReactor

Contains information about a user that added paid reactions.

Parameters:
  • sender (Chat, optional) – Identifier of the user or chat that added the reactions. May be None for anonymous reactors that aren’t the current user

  • star_count (int, optional) – True, if the reactions are tags and Telegram Premium users can filter messages by them.

  • is_top (bool, optional) – True, if the reactor is one of the most active reactors. May be False if the reactor is the current user.

  • is_me (bool, optional) – True, if the paid reaction was added by the current user.

  • is_anonymous (bool, optional) – True, if the reactor is anonymous.