diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index f570b81c..0ce56b66 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -3533,7 +3533,7 @@ class Client: return messages if is_list else messages[0] - def answer_callback_cuery(self, + def answer_callback_query(self, callback_query_id: str, text: str = None, show_alert: bool = None,