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
The great language-agnostic way to use the Telegram API is to use the https://www.t-a-a-s.ru/. You don't have to install anything - you can make a query just via HTTP request from any language.
GET https://www.t-a-a-s.ru/client
{
"api_key": "YOUR_API_KEY",
"@type": "getSupergroupMembers",
"supergroup_id": "xxx",
"limit": "200"
}