How to convert telegram accounts registered on phone into tdata + session files?

onlineseller20

Elite Member
Jr. VIP
Joined
Aug 8, 2022
Messages
2,939
Reaction score
585
Is it technically possible to do that without logging in the account on desktop telegram / desktop telegram portable?
 
yes its possible you need to use an API wrapper, the first time you connect the library will generate a session file that can be used then on desktop.
what about tdata
 
its not possible to transfer an account from a device to another without the login proccess man
 
you need to creat session frist and convert to tdata
 
Is it technically possible to do that without logging in the account on desktop telegram / desktop telegram portable?
You can't directly convert Telegram accounts from a phone into tdata and session files without logging in on Telegram Desktop or Portable. These files are created when you log into the desktop version, and there’s no way to extract them directly from the mobile app. The best method is to log in on a desktop to generate the necessary files.
 
While you can technically manage a Telegram group and adjust settings like privacy or group names without logging into Telegram Desktop or Desktop Telegram Portable, you will need to use alternative methods like Telegram Web, the mobile app via an emulator, or potentially the Telegram API for more advanced actions. For full access to all group settings, using the Telegram Web interface or a mobile app (via emulator) is the most straightforward approach.
 
I managed to create a session to tdata converter which also extract 2fa password from json file make and archive and upload it to mega.nz ,if this helps you i can adjust it to only convert from sessions to tdata.Let me know if this is what are you looking for xD
 
Log into Telegram on a PC to create the required data.
 
Take a look here :)

https://github.com/thedemons/opentele
I tried to use this library in order to extract json+session from the data, but my attempts were unsuccessful, I think the reason is that the opentele library is not supported by the author. Unfortunately, I haven't found any alternatives yet, perhaps you can suggest a solution or other libraries that will enable conversion from data to json+session.
 
Nope, you need to log in at least once on desktop to generate tdata or session files.
 
Use tl.api atleast of open tele, have a new device spoof is a fork of open tele.
 
Back
Top