You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$message = $this->telegram->sendMessage(['text' => 'Hello, world!.']);
/*
* Always returns "false", because in the "Telegram\Bot\Objects\BaseObject" constructor called "getRawResult", which extracts from
* Telegram response only "result" and "ok" is discarded.
*/
var_dump($message->getStatus());
Error stacktrace (if any)
No response
The text was updated successfully, but these errors were encountered:
PHP version
8.3
irazasyed/telegram-bot-sdk version
versions : * v3.14.0
Laravel version (if any)
No response
Code To Reproduce the bug
Error stacktrace (if any)
No response
The text was updated successfully, but these errors were encountered: