Hello!
Using the "3.*@dev"
Get error: - Fatal error: Uncaught Telegram\Bot\Exceptions\TelegramOtherException: Bad Request: QUERY_ID_INVALID in /.../vendor/irazasyed/telegram-bot-sdk/src/Exceptions/TelegramResponseException.php on line 58
Help me.
$telegram->answerCallbackQuery([
'callback_query_id' => $callback_query_id,
'url' => $url
]);
I am seeing the same error from time to time. This is also causing telegram to remove the keyboard from the client's app.
Hopefully someone can help with this :)
plz help. how can use answerCallbackQuery ?