mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Fix typo
This commit is contained in:
parent
9c7935702f
commit
d6bdf5f38b
@ -3533,7 +3533,7 @@ class Client:
|
|||||||
|
|
||||||
return messages if is_list else messages[0]
|
return messages if is_list else messages[0]
|
||||||
|
|
||||||
def answer_callback_cuery(self,
|
def answer_callback_query(self,
|
||||||
callback_query_id: str,
|
callback_query_id: str,
|
||||||
text: str = None,
|
text: str = None,
|
||||||
show_alert: bool = None,
|
show_alert: bool = None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user