sochix / TLSharp

Telegram client library implemented in C#
1k stars 380 forks source link

How to create session.dat if i have an authkey from tdata? #976

Closed victor-pashuk closed 4 years ago

victor-pashuk commented 4 years ago

How to create session.dat if i have an authkey from tdata?

victor-pashuk commented 4 years ago

I found solution. We can just replace an authkey of real session.dat TLSharp with authkey of tdata by sessionstore.It's enough for correct work.