Get a list of users and dialogs from web telegram account. Snippet for browsers
- Login to your account https://web.telegram.org/z/
- Open Chrome Developer Tools -> Console or press ctrl+shift+i
- Copy the snippet code from the example
- Paste it into a new line in the console and press Enter
- You should see a downloadable file with your contact database. The file format JSON.
- Login to your account https://web.telegram.org/z/
- Open Firefox Developer Tools -> Console or press ctrl+shift+i
- Copy the snippet code from the example
- Write in the console in a new line "allow pasting"
- Paste it into a new line in the console and press Enter
- You should see a downloadable file with your contact database. The file format JSON.
You can read it with any JSON Viewer - https://jsonviewer.stack.hu/ | https://codebeautify.org/jsonviewer
Paste your base text and get the display.


