- Go to https://web.telegram.org and sign in if you're not already signed in.
- On the top-left, click on the hamburger icon to show the dropdown menu, and choose "Contacts" from the list.
- Choose "Edit".
- Open the Developer Console of your browser (preferably Chrome or Firefox). On Chrome, that is Ctrl + Shift + J.
- Run the following JS snippet:
var x = document.getElementsByClassName('contacts_modal_contact')
for (i=0; i<x.length; i++) {
x[i].click();
}
- It selects all your contacts. Click on the "Delete" button.
Hey, this was great I thought but I realized that they somehow still have access to my contacts, even newer contacts! I removed all sessions and then logged in again with telegram web and deleted all contacts, I still get a notification when one of my contacts joins telegram - and they have this extremely annoying bug where I can't even turn these notifications off, and I have a LOT of contacts...