bot.on("inline") does not work
See original GitHub issuebot.on('inline_query', function(msg) { console.log("inline!!"); });
Inline mod is set on, but it does not work.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
Bot not working in inline mode on telegram · Issue #383 - GitHub
My bot works when you send it a message but if it is in a group and you try to call it it...
Read more >Telegram Inline Bot won't show - Stack Overflow
I am trying to create a Telegram Bot, I enabled inline from BotFather settings but when I type the bot name it won't...
Read more >Inline and Custom Keyboards (built-in) - grammY
Revisit the inline keyboard section in the Telegram Bot Features open in new window written by the Telegram team. grammY has a simple...
Read more >You have to use these 12 Telegram bots in 2022 - Chatlayer.ai
Admin bots are not the only chatbots on Telegram though. ... content from them via inline command in any chat (only works with...
Read more >Telegram Inline Keyboard (flow) - Node-RED
The flow starts when /lights is sent to your Telegram Bot. This causes the initial inline keyboard message to be built in the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@alikhil the bot’s handle should end with ‘bot’. Like @somenamebot. Few days ago, I was trying to use the bot’s name 😛
Also make sure to give a space after the mention
@icdevin and @rithvikvibhu Thank you. The problem was on the client side. I just restarted telegram and now it works.