diff --git a/pyrogram/types/messages_and_media/message_reaction_count_updated.py b/pyrogram/types/messages_and_media/message_reaction_count_updated.py index 3735e677..9f923a4a 100644 --- a/pyrogram/types/messages_and_media/message_reaction_count_updated.py +++ b/pyrogram/types/messages_and_media/message_reaction_count_updated.py @@ -82,8 +82,7 @@ class MessageReactionCountUpdated(Object, Update): date=utils.timestamp_to_datetime(update.date), reactions=[ types.ReactionCount._parse( - client, rt ) for rt in update.reactions ] - ) \ No newline at end of file + )