1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 08:18:59 +01:00

readme.md fix

This commit is contained in:
chidea 2015-03-12 01:54:52 +09:00
parent ec4904f205
commit 19d4f5a958

View File

@ -5,11 +5,11 @@ This is Telegram API for python.
Main aim is to implement MTProto protocol Telegram API on pure Python (not wrapped CLI) Main aim is to implement MTProto protocol Telegram API on pure Python (not wrapped CLI)
### Future plan ### Future plan
1. [ ] We'll try to make it work on Python 2 as well as 3. - [ ] We'll try to make it work on Python 2 as well as 3.
2. [ ] Follow up the same functionality of CLI API. - [ ] Follow up the same functionality of CLI API.
1. [ ] Serialize/Deserialize - [ ] Serialize/Deserialize
2. [ ] Send and receive PQ authorization with server [doc] (https://core.telegram.org/mtproto/samples-auth_key) - [ ] Send and receive PQ authorization with server [doc] (https://core.telegram.org/mtproto/samples-auth_key)
3. [ ] Send and receive service messages with server like logging in to server [doc] (https://core.telegram.org/mtproto/service_messages) - [ ] Send and receive service messages with server like logging in to server [doc] (https://core.telegram.org/mtproto/service_messages)
### Useful start points to join ### Useful start points to join
Detailed description of API and protocol can be found here: Detailed description of API and protocol can be found here: