ReactionCount

class pyrogram.types.ReactionCount

Represents a reaction added to a message along with the number of times it was added.

Parameters:
  • type (ReactionType) – Type of the reaction

  • total_count (int) – Reaction count.

  • chosen_order (int) – Chosen reaction order. Available for chosen reactions.