Results 6 comments of SmaGMan

I made such a tool. If actual I can share the code example.

Check this thread https://github.com/sochix/TLSharp/issues/1019

You need to use the TgSharp fork that supports the file references. There you can find examples https://github.com/SmaGMan/TgSharp#working-with-files

This occurs when you try to export the auth from the dc that is not the origin for the user. I fixed this issue in this commit https://github.com/SmaGMan/TgSharp/commit/f081731eb1a5db225e4524d1cb9f1fcaf9dcb582

Hi! I fixed it in this commit https://github.com/SmaGMan/TgSharp/commit/f081731eb1a5db225e4524d1cb9f1fcaf9dcb582

@pahager Seems like you terminated the application when the auth was migrated to another DataCenter. This migrated auth was stored in the Session and now it cannot be used to...