Create a proper Message class (msg_id, seqno, body; only .to_bytes())

This commit is contained in:
Lonami Exo
2017-09-27 21:01:20 +02:00
parent b0839a028e
commit bd3dd371a2
4 changed files with 67 additions and 72 deletions

View File

@@ -1,4 +1,5 @@
from .tlobject import TLObject
from .session import Session
from .gzip_packed import GzipPacked
from .message import Message
from .message_container import MessageContainer