'How can I answer inline queries in telegram bots in php(laravel) with Telebot plugin?
How can I answer inline queries in telegram bots in php(laravel) with Telebot plugin? I'm working on a bot project in laravel and I'm using the Telebot package.
does Telebot support answerInlineQuery method? I can't find it.
\WeStacks\TeleBot\Laravel\TeleBot::answerInlineQuery([]); //this doesn't exist.
how should I answer Inline Queries?
Solution 1:[1]
Solution 2:[2]
It is supported. However, just seen the facade missing it in PHPDoc. Please create an issue on a GitHub, or create a pull request, so I don't forget to fix it. Thanks for using my library.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Milad Elyasi |
| Solution 2 | PunyFlash |
