I have been trying to use telethon to:
- Scrape and gather the members and their ID from my group.
- Add those members as contacts in telegram. (adding contacts without the phone number)
So far, I have been able to create the CSV file of the members of my group with telethon, but I am currently stuck at how to add these accounts as contacts in telegram.
Does anybody have a solution or code for this?