skip to Main Content

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


  1. here it is:

    Methods/AnswerInlineQueryMethod.php 
    

    File in package

    Login or Signup to reply.
  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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search