1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 21:51:34 +01:00

updated plan checklist

This commit is contained in:
chidea 2015-03-13 03:28:13 +09:00
parent f62645487b
commit 4557b23a3d

View File

@ -4,11 +4,11 @@
This is Telegram API for python. 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 ### Plan
- [ ] We'll try to make it work on Python 2 as well as 3. - [ ] Make it work on Python 2 as well as 3.
- [ ] Follow up the same functionality of CLI API. - [ ] Follow up the same functionality of CLI API.
- [ ] Serialize/Deserialize - [x] Serialize/Deserialize
- [ ] Send and receive PQ authorization with server [[doc]] (https://core.telegram.org/mtproto/samples-auth_key) - [x] Send and receive PQ authorization with server [[doc]] (https://core.telegram.org/mtproto/samples-auth_key)
- [ ] 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