ilyalatt / Telega

C# Telegram MTProto Client
https://ilyalatt.github.io/Telega/
MIT License
58 stars 15 forks source link

Saving session #19

Closed ghost closed 5 years ago

ghost commented 5 years ago

Can you add opportunity to save session in another folder? I have problem with this, when i working with Xamarin.

ilyalatt commented 5 years ago

Hello, @dmitrystotsky. Sorry for a late response. You can achieve that with

TelegramClient.Connect(apiId, store: new FileSessionStore("session_file_path_here"))