nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.42k stars 474 forks source link

How can i get list of a channel users? #424

Closed hyperdesignbot closed 6 years ago

hyperdesignbot commented 6 years ago

Hello I have a channel and i have a telegram bot manager in my channel.I want to get list of users of channel. I used bot.getChatMembersCount method, but it give me just count of my channel's users, and I want to get the name of users to detect delete accounts in my channel.

tasi788 commented 6 years ago

according to telegram bot api, bot can't fetch user list from channel or group.

hyperdesignbot commented 6 years ago

OK. thank you. It is possible with telethon doc here