H
H
Hukyl2021-04-27 18:39:03
Python
Hukyl, 2021-04-27 18:39:03

How to get full channel information via Telegram Bot API in Python?

I want to get all information about the channel in Telegram, mainly about its members. In the official Telegram Bot API, I found the method I needed, getFullChannel , which suits me more than it returns a list of channel members. But I can't make an API request.

I already have the desired functioning request template, which is in the official API, but I do not know what parameters to pass and how I

use the libraryrequests==2.23.0

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-04-27
@Hukyl

official Telegram Bot API, I found the method I needed

This is the client API documentation, not the bot API. Bot API does not support getting a list of participants, only their number
For the client API, there is telethon, pyrogram, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question