Telegram – where to get requested list?
I have looked through stack overflow and found what I need - export of removed (banned) users from specific telegram chat (supergroup). the number of removed/banned users around 5000. I did this: channel_id = -######## users = client.get_participants(client.get_input_entity(channel_id)) for user…