Create and use a new GzipPacked class, also when sending

This commit is contained in:
Lonami Exo
2017-09-27 13:46:53 +02:00
parent 7b736aa6ef
commit 6df9fc558e
4 changed files with 49 additions and 9 deletions

View File

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