Eleirbag89 / TelegramBotPHP

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

How to detect New Members? #146

Closed MohsenSedaghat closed 5 years ago

MohsenSedaghat commented 6 years ago

Hi friends How can I detect new members in channel, via Telegram.php class? Thxxx

farshidmousavi commented 6 years ago

i am searching for this method to. Anyone can help?

Eleirbag89 commented 5 years ago

Did you already try to listen to messages with the preperty _new_chatmembers ? From the doc seems to work only for groups or supergroups, but you can give it a try.