botman / driver-telegram

BotMan Telegram Driver
MIT License
87 stars 75 forks source link

Inline queries #45

Open robverhoef opened 6 years ago

robverhoef commented 6 years ago

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.

Hexor commented 5 years ago

I need this too.

robverhoef commented 5 years ago

I need this too.

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

robverhoef commented 5 years ago

Note the example above uses telegraf.js

Hexor commented 5 years ago

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

vdomah commented 4 years ago

is there any updates about official support of Inline queries?