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
I haved this error: Fatal error: Uncaught TypeError: TelegramBot\CrashPad::sendCrash(): Argument #3 ($update) must be of type ?string, false given, called in /var/www/vendor/telegram-bot-php/core/src/CrashPad.php on line 29 and defined in /var/www/vendor/telegram-bot-php/core/src/CrashPad.php:72 Stack trace: #0 /var/www/vendor/telegram-bot-php/core/src/CrashPad.php(29): TelegramBot\CrashPad::sendCrash() #1 [internal function]: TelegramBot\CrashPad::TelegramBot{closure}() #2 {main} thrown in /var/www/vendor/telegram-bot-php/core/src/CrashPad.php on line 72
The text was updated successfully, but these errors were encountered:
PHP 8.3
For example if y send this Request
I haved this error:
Deprecated: Creation of dynamic property TelegramBot\Entities\InlineKeyboardButton::$text is deprecated
If i send this request with setText()
I haved this error:
Fatal error: Uncaught TypeError: TelegramBot\CrashPad::sendCrash(): Argument #3 ($update) must be of type ?string, false given, called in /var/www/vendor/telegram-bot-php/core/src/CrashPad.php on line 29 and defined in /var/www/vendor/telegram-bot-php/core/src/CrashPad.php:72 Stack trace: #0 /var/www/vendor/telegram-bot-php/core/src/CrashPad.php(29): TelegramBot\CrashPad::sendCrash() #1 [internal function]: TelegramBot\CrashPad::TelegramBot{closure}() #2 {main} thrown in /var/www/vendor/telegram-bot-php/core/src/CrashPad.php on line 72
The text was updated successfully, but these errors were encountered: