Open teterevlev opened 5 years ago
You have to call answerCallbackQuery
(even if you don't want to give any user feedback) when reacting on Keyboard Callbacks. See Telegram Bot API documentation, especially the Note there.
Upon calling that function the spinning circle will disappear, without calling the function it will only disappear after a few seconds.
When I use the sample "inline-keyboard" on Android, the tapped button gets a spinning circle (as though waiting for answer). All everything else is ok.
Here the code: