More than 1 week I am trying to communicate with Telegram using RPC call. I readed more than 20 webpage in SO a telegram RPC call documentation to be able to do that, but still I can not. I need your help for this. I imported tl-core
and mtproto
an telegram api from github source codes into eclipse, but there are some errors that I can not solve. If anyone implemented such a app please help me about that. I need that. Thanks.
Asked
Active
Viewed 1,713 times
2
-
have you made any headway? – Charles Okwuagwu Oct 05 '15 at 09:41
-
no idea for start point. – karimkhan Oct 05 '15 at 14:48
1 Answers
1
Telegram API documentation is tricky, but once you get the hang of the authors writing style and work through the AuthKey Creation you will be well on your way.
The starting point in the documentation is:
https://core.telegram.org/mtproto/auth_key
and
https://core.telegram.org/mtproto/samples-auth_key
I had put together a detailed write up for most of this here
The procedures and patterns you build along the way will be usable for further exploration of the Telegram API
cheers.

Community
- 1
- 1

Charles Okwuagwu
- 10,538
- 16
- 87
- 157