MessageReactions

class pyrogram.types.MessageReactions

Contains information about a message reactions.

Parameters:
  • reactions (List of Reaction) – Reactions list.

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

  • paid_reactors (List of PaidReactor, optional) – Information about top users that added the paid reaction.

  • can_get_added_reactions (bool, optional) – True, if the list of added reactions is available using get_message_added_reactions().