fixed session storage file location.
This commit is contained in:
parent
62b823b082
commit
2d4983827c
@ -48,7 +48,7 @@ public sealed class TelegramClientContainer : ITelegramClientContainer, IDisposa
|
||||
{
|
||||
case "api_id": return _options.ApiId;
|
||||
case "api_hash": return _options.ApiHash;
|
||||
case "session_pathname": return ".secrets/WTelegram.session";
|
||||
case "session_pathname": return Environment.GetEnvironmentVariable("session_pathname");
|
||||
|
||||
case "phone_number": return _options.PhoneNumber;
|
||||
case "verification_code":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user