diff --git a/pyrogram/client/ext/utils.py b/pyrogram/client/ext/utils.py index d9956ca5..2d43757f 100644 --- a/pyrogram/client/ext/utils.py +++ b/pyrogram/client/ext/utils.py @@ -807,7 +807,6 @@ def parse_callback_query(client, callback_query, users): chat_instance=str(callback_query.chat_instance), data=callback_query.data.decode(), game_short_name=callback_query.game_short_name - # TODO: add inline_message_id )