A
A
Anatoly Belousov2021-08-08 12:07:39
Python
Anatoly Belousov, 2021-08-08 12:07:39

How to get rid of clock on inline button?

610f9e71af46f718959920.jpeg
After pressing the button, it does not work for a while, how to get rid of it so that the button can be pressed several times in a row?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail Krostelev, 2021-08-09
@no_name_774

You won't do it at all. The clock is part of the client application. Indicate that the button's callback_data is currently being processed.
Perhaps in another client there are buttons without a watch. But it is necessary to look for it.

S
SashaN69, 2021-08-08
@SashaN69

If you have aiogram add to your handler codeawait bot.answer_callback_query(callback_query.id)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question