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

Starting a Telegram API instance

Hi! Telegram API beginner here! I'm developing a PhoneGap app that features a messaging service using the Telegram API. I'm currently following the API guide and I'm now reading the getting started guide for authentication. However, I find that it…

VIEW QUESTION
Back To Top
Search