You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use inline keyboard in a telegram bot and send messages asynchronously via messenger:consume async, after the user has pressed a key, it is necessary to send another method "answerCallbackQuery" instead of "sendMessage" to hide the loader icon.