ReactionCount¶
- class pyrogram.types.ReactionCount¶
Represents a reaction added to a message along with the number of times it was added.
- Parameters:¶
type (
ReactionType) – Reaction type.total_count (
int) – Total reaction count.chosen_order (
int) – Chosen reaction order. Available for chosen reactions.