2

I want to implement the telegram-mtproto using nodejs and create a client nodejs telegram app but I don't know how to do this. the api and protocol part in telegram website make me confused and I didn't understand anything from them. my starting question is how to create a keppalive connection with telegram server?

Leo
  • 867
  • 1
  • 15
  • 41
  • were you able to find a way? I am also wanting to take this route, but reading material is slim on this, wondering if you managed to figure it out, or what approach you ended up taking? – user7592671 Jul 24 '18 at 12:58
  • 1
    @user7592671 I worked on it a lot and I learned many things but I can't complete implementing it. – Leo Jul 26 '18 at 09:44

1 Answers1

1

Take a look at How to implement authorization using a Telegram API? it's the most exhaustive answer that exists on the subject. None of the code is in Node but with some effort you'll be able to translate things.

0x777C
  • 993
  • 7
  • 21