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.
WeStacksTeleBotLaravelTeleBot::answerInlineQuery([]); //this doesn't exist.
how should I answer Inline Queries?
2
Answers
here it is:
File in package
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.