Eleirbag89 / TelegramBotPHP

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

Telegram::getChatMembersCount() method #275

Closed russelomua closed 2 years ago

russelomua commented 2 years ago

This line probably contains a bug https://github.com/Eleirbag89/TelegramBotPHP/blob/6807e154b9d1e33cb6cbf380403faa861ee43937/Telegram.php#L529

i think it should look like this:

        return $this->getChatMemberCount($content);

or

        return $this->endpoint('getChatMembersCount', $content);