Allow sending several requests at once through new MessageContainer

This commit is contained in:
Lonami Exo
2017-09-25 20:52:27 +02:00
parent b40708a8c7
commit f233110732
5 changed files with 86 additions and 34 deletions

View File

@@ -1,2 +1,3 @@
from .tlobject import TLObject
from .session import Session
from .message_container import MessageContainer