Anybody give a starter on how may I get information about users from my telegram bot. Imagine my bot in an admin user in my channel and I want to get my channel user list or
In order to get user list, you need to use telegram API.
Telegram API is fairly complicated. There are some clients which can get the job done much faster.
For python, there is Telethon, and the method to get channel users is:
get_full_channel.
get_full_channel