mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Fix typo
This commit is contained in:
parent
9c7935702f
commit
d6bdf5f38b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue