asvdvl

Results 2 comments of asvdvl

I solved this problem like this: ```c# var store = new FileSessionStore(); client = new TelegramClient(123456, "xxxxxxxxxxhhaasshhxxxxxxxxx", store); await client.ConnectAsync(); if (!client.IsUserAuthorized()) { hash = await client.SendCodeRequestAsync(userNumber); CodeFromTG.IsEnabled = true;...

На сколько я понимаю "прослушка"(если правильно понял - событие) сообщений еще не реализовано, однако, есть другое (костыльное) решение [issue 580](https://github.com/sochix/TLSharp/issues/580). Удачи.