How can I answer inline queries in telegram bots in php(laravel) with Telebot plugin? – Telegram API
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…