Andrey Pozin

Results 1 issues of Andrey Pozin

I wrote a program using your library, but each time it runs it needs to perform the sequence 1.telegramClient = new TelegramClient(m_pApiId, m_pApiHASH); 2.telegramClient.ConnectAsync(reconnect); 3.telegramClient.SendCodeRequestAsync(phone); 4.telegramClient.MakeAuthAsync(m_pPhone, m_pHash, m_pCode); I got...