driver-telegram icon indicating copy to clipboard operation
driver-telegram copied to clipboard

Inline queries

Open robverhoef opened this issue 7 years ago • 5 comments

Is this Telegram driver able to listen to inline queries à la https://core.telegram.org/bots/api#inline-mode? I can't find any documentation about this. In the end I want to build a bot that listens to inline queries, moves to Private Mode for a conversation and returns the answer in a group chat.

robverhoef avatar Jul 01 '18 21:07 robverhoef

I need this too.

Hexor avatar Mar 21 '19 03:03 Hexor

I need this too.

I found a way to do this. Check: https://github.com/robverhoef/PoGoTelegramBot/blob/master/index.js#L269

robverhoef avatar Mar 21 '19 08:03 robverhoef

Note the example above uses telegraf.js

robverhoef avatar Mar 21 '19 08:03 robverhoef

I had done this by changing the code in a ugly way. Hope there is a official solution code soon.

Hexor avatar Mar 22 '19 09:03 Hexor

is there any updates about official support of Inline queries?

vdomah avatar Jul 03 '20 05:07 vdomah