2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00
This commit is contained in:
Dan 2018-04-29 17:04:51 +02:00
parent 9c7935702f
commit d6bdf5f38b

View File

@ -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,