From d6bdf5f38b7e4490892d0595147b3db8ed5ecbe7 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 29 Apr 2018 17:04:51 +0200 Subject: [PATCH] Fix typo --- pyrogram/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,