When we're going to create a group, we can select (from the contact list) who we want to add to that group. How can I do the same (bulk add members) using a script (with the Telegram API or similar)?
Asked
Active
Viewed 416 times
1 Answers
0
have you tried Python + Telethon?
Well explained tutorial with setup and coding part. If you want to bulk add members - Telethon supports import from CSV file.

Tadas
- 355
- 2
- 16
-
1Thank you, I will check it out, didn't know about this telethon – Wemerson Jesus Nov 09 '21 at 22:06
-
Sure. Happy to help. If this answered your issue- don't forget to mark my answer as "Answered". :) – Tadas Nov 09 '21 at 22:50