How can i get list of a channel users?
hyperdesignbot opened this issue · 2 comments
hyperdesignbot commented
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
according to telegram bot api, bot can't fetch user list from channel or group.
hyperdesignbot commented
OK.
thank you.
It is possible with telethon doc here