🐞 Bug Report
<--
logs
[2025-05-15 18:28:15]------Callback Query Message: {"callback_query_id":"5946640685727949871"}
[2025-05-15 18:28:15]------{"callback_query_id":"5946640685727949871"}
[2025-05-15 18:28:15]------send answerCallbackQuery success
-->
Required Information
| ? |
! |
| Operating system |
macOS |
| PHP Telegram Bot version |
0.83 |
| PHP version |
8.3 |
| MySQL version |
none |
| Update Method |
getUpdates |
| Self-signed certificate |
yes / no |
$result = Request::answerCallbackQuery(['callback_query_id' => 5946640685727949871])
if ($result->isOk()) {
customLog('send answerCallbackQuery success');
}
🐞 Bug Report
<--
logs
[2025-05-15 18:28:15]------Callback Query Message: {"callback_query_id":"5946640685727949871"}
[2025-05-15 18:28:15]------{"callback_query_id":"5946640685727949871"}
[2025-05-15 18:28:15]------send answerCallbackQuery success
-->
Required Information
$result = Request::answerCallbackQuery(['callback_query_id' => 5946640685727949871])
if ($result->isOk()) {
customLog('send answerCallbackQuery success');
}