VDVuser

Results 1 comments of VDVuser

Hi! If you already have file session.dat, this works fo me: string fullPathToDat = Directory.GetCurrentDirectory() + "\\session"; var store = new FileSessionStore(); client = new TelegramClient(apiId, apiHash, store, fullPathToDat); await...