T
T
ti_cho2017-02-02 20:46:18
Parsing
ti_cho, 2017-02-02 20:46:18

How to parse contacts of all members of a channel/group on Telegram?

How can I parse contacts of all members of a channel/group on Telegram? Not just one, but all at once? Well, or how to display all the participants on one page?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
abubekovdd, 2019-05-13
@abubekovdd

If you know PHP, then a good manual with an example is here https://coderun.ru/blog/kak-parsit-telegram-kanal-...

R
Roman Romanov, 2017-02-02
@Roman_Romanov

getFullUser or getFullChat, probably there will be chat participants, but this is not certain)
https://core.telegram.org/method/users.getFullUser
https://core.telegram.org/method/messages.getFullChat

V
var_null, 2018-01-24
@var_null

Here http://ebot.one/wiki/index.php/Processing_by bot_coo... - Parsing groups in telegram through a bot, it may work for the channel, there is no 100% certainty

A
Anton Salamov, 2020-01-08
@Gracio

The channel cannot be parsed, there are restrictions on the TG, but chats are possible, there are python scripts on the git, I used it myself. The channel can probably be parsed if you yourself are an admin in the channel, but I did not check.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question