Telegram-bot-sdk: answerCallbackQuery

Created on 11 Jan 2017  路  2Comments  路  Source: irazasyed/telegram-bot-sdk

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
]);

All 2 comments

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 ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wlinh picture wlinh  路  3Comments

dswtech picture dswtech  路  4Comments

behnamazimi picture behnamazimi  路  3Comments

jahanzaibbahadur picture jahanzaibbahadur  路  4Comments

YaroslavStrigun picture YaroslavStrigun  路  4Comments