When authorizing via Telegram Desktop, a tdata folder is created, which contains a set of files to support authentication when entering the application.
I need to transfer these files to telegram-cli. The problem is that telegram-cli requires a single auth file in a directory with .telegram-cli. It can be obtained only by authorizing in telegram-cli through telegram-desktop by entering the code from the message. Is it possible to somehow get the required auth file for authorization in telegram-cli from the telegram-desktop file set? I study the source code, but nothing comes out. Maybe someone can tell?