-1

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)?

1 Answers1

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