skip to Main Content

Difficulties in programming of messenger Telegram on C# – Telegram API

I try to send a code(TLRequestAuthSendCode) but it doesn't come. In what there can be a problem? Part of code: TLContext tlContext = new TLApiContext(); TcpClient tcpClient = new TcpClient(); tcpClient.Connect(connections[0].getAddress(), (int)connections[0].getPort()); TLRequestAuthSendCode tlRequestAuthSendCode = new TLRequestAuthSendCode("PHONE_NUMBER", 0, 19114, "TOKEN",…

VIEW QUESTION
Back To Top
Search