core
core copied to clipboard
Creation of dynamic property app\tybot\command\TgBot::$telegram is depreca...
❓ Support Question
$this->telegram = new Telegram($config['api_key'], $config['bot_username']);
php8.2 error info Creation of dynamic property app\tybot\command\TgBot::$telegram is depreca...
What framework are you using?
This doesn't seem to be a PHP Telegram Bot issue, but instead may be a problem of the project code using it.
❓ Support Question
$this->telegram = new Telegram($config['api_key'], $config['bot_username']);
php8.2 error info Creation of dynamic property app\tybot\command\TgBot::$telegram is depreca...
Can you show full error message ?