Open robverhoef opened 6 years ago
I need this too.
I need this too.
I found a way to do this. Check: https://github.com/robverhoef/PoGoTelegramBot/blob/master/index.js#L269
Note the example above uses telegraf.js
I had done this by changing the code in a ugly way. Hope there is a official solution code soon.
is there any updates about official support of Inline queries?
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.