Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline queries #45

Open
robverhoef opened this issue Jul 1, 2018 · 5 comments
Open

Inline queries #45

robverhoef opened this issue Jul 1, 2018 · 5 comments

Comments

@robverhoef
Copy link

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
Copy link

Hexor commented Mar 21, 2019

I need this too.

@robverhoef
Copy link
Author

I need this too.

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

@robverhoef
Copy link
Author

Note the example above uses telegraf.js

@robverhoef robverhoef reopened this Mar 21, 2019
@Hexor
Copy link

Hexor commented Mar 22, 2019

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

@vdomah
Copy link
Contributor

vdomah commented Jul 3, 2020

is there any updates about official support of Inline queries?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants