Answer the question
In order to leave comments, you need to log in
What causes the download icon to hang and not disappear for a long time when you click on the inline button in the telegram bot?
When you click on the inline button in the telegram bot, the download icon hangs for 10-15 seconds, while the bot performs the request and gives an answer. With what it can be connected?
Answer the question
In order to leave comments, you need to log in
After receiving the callback_query, you need to send answerCallbackQuery:
$data = array(
'callback_query_id' => $callback_query_id,
'text' => $text,
'show_alert' => $show_alert,
'url' => $url) You
only need to specify $ callback_query_id, which comes in the message callback_query ({... "callback_query": {"id": "2322240909682341861" ...)))
Detailed here:
https://tlgrm.ru/docs/bots/api#answercallbackquery
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question