Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
807 stars 341 forks source link

php 7.2 Parameter must be an array or an object in Telegram.php on line 1713 #164

Closed v222008 closed 4 years ago

v222008 commented 5 years ago

Hi i have on php 7.2 every time in log file PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/modules/telegram/Telegram.php on line 1713

public function UpdateID()
{

-> return $this->data['update_id']; }

how to fix it, thx.

Eleirbag89 commented 4 years ago

Can you try if the problem still occurs using the fix in the commit 1ccbba6c239ecbdf4f0f44514ae3f1ab124d7c45 ?