MessageReactionCountUpdated#
- class pyrogram.types.MessageReactionCountUpdated#
Reactions to a message with anonymous reactions were changed.
These updates are heavy and their changes may be delayed by a few minutes.
- Parameters:
chat (
Chat
) – The chat containing the message the user reacted to.message_id (
int
) – Unique identifier of the message inside the chat.date (
datetime
) – Date of change of the reaction.reactions (
ReactionCount
) – List of reactions that are present on the message.