eilvelia / tdl

Node.js bindings to TDLib 🥒
MIT License
411 stars 53 forks source link

Authorization using tdata #143

Closed awwweosme closed 1 year ago

awwweosme commented 1 year ago

There was a task to do authorization in the application using tdata. I found implementation options only with Python telethon and pyrogram. How to do it using TDL?

eilvelia commented 1 year ago

That is not possible in TDLib without writing a sophisticated converter yourself.