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
Same.
My app manages several bots at once, callback_query is not processed only for one bot. I already think that telegram is banned on it
I checked the callback on another library - telegraf, specifically this bot. The callbacks worked. I checked again on node-telegram-bot-api - it also works. It's not clear what the problem was.
I noticed that my bot does not process callback_query, which is why the inline keyboard doesnt callback(I use TypeScript).
My dependencies:
My bot config:
My event listener:
The text was updated successfully, but these errors were encountered: