This commit is contained in:
apepenkov 2023-11-09 21:48:55 +03:00
parent 443bd529e6
commit f749f945d9

View File

@ -56,7 +56,7 @@ class ButtonCallback(Event):
:param text: :param text:
The text of the message to display to the user, usually as a toast. The text of the message to display to the user, usually as a toast.
:param alert: :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( await self._client(
functions.messages.set_bot_callback_answer( functions.messages.set_bot_callback_answer(