question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bot.on("inline") does not work

See original GitHub issue

bot.on('inline_query', function(msg) { console.log("inline!!"); }); Inline mod is set on, but it does not work.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
rithvikvibhucommented, Apr 28, 2016

@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

0reactions
alikhilcommented, Apr 28, 2016

@icdevin and @rithvikvibhu Thank you. The problem was on the client side. I just restarted telegram and now it works.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found