Home > Back-end >  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?

Time:04-02

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?

CodePudding user response:

here it is:

Methods/AnswerInlineQueryMethod.php 

File in package

  • Related