westacks / telebot

Easy way to create Telegram bots in PHP
https://westacks.github.io/telebot/
MIT License
282 stars 44 forks source link

Method answerInlineQuery missing in PHPDoc #40

Closed punyflash closed 2 years ago

punyflash commented 2 years ago

Original from StackOverflow:

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?