nickoala/telepot

How can i get list of a channel users?

hyperdesignbot opened this issue · 2 comments

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.

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

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