From f53eb2b386dd194ed95a8c214ad6775f27f23d35 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Wed, 24 Jan 2024 14:54:05 +0700 Subject: [PATCH] Pyrofork: fix MessageReactionCountUpdated Signed-off-by: wulan17 --- .../types/messages_and_media/message_reaction_count_updated.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 + )