MessageReactionCountUpdated¶
- class aiogram.types.message_reaction_count_updated.MessageReactionCountUpdated(*, chat: Chat, message_id: int, date: _datetime_serializer, return_type=int, when_used=unless - none)], reactions: list[ReactionCount], **extra_data: Any)[source]¶
This object represents reaction changes on a message with anonymous reactions.
Source: https://core.telegram.org/bots/api#messagereactioncountupdated
- message_id: int¶
Unique message identifier inside the chat
- date: DateTime¶
Date of the change in Unix time
- reactions: list[ReactionCount]¶
List of reactions that are present on the message