From f749f945d91d9585e27d5f1c3639375846bf48a6 Mon Sep 17 00:00:00 2001 From: apepenkov Date: Thu, 9 Nov 2023 21:48:55 +0300 Subject: [PATCH] fix typo --- client/src/telethon/_impl/client/events/queries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/telethon/_impl/client/events/queries.py b/client/src/telethon/_impl/client/events/queries.py index ede0c676..7de379f7 100644 --- a/client/src/telethon/_impl/client/events/queries.py +++ b/client/src/telethon/_impl/client/events/queries.py @@ -56,7 +56,7 @@ class ButtonCallback(Event): :param text: The text of the message to display to the user, usually as a toast. :param alert: - If True, the answer will be shown as a pop-up alert that must be dismissed by the user. + If True, the message will be shown as a pop-up alert that must be dismissed by the user. """ await self._client( functions.messages.set_bot_callback_answer(