Merge branch 'asyncio' of LonamiWebs/Telethon into asyncio

This commit is contained in:
Lonami Exo
2017-10-22 20:10:25 +02:00
20 changed files with 326 additions and 685 deletions

View File

@@ -123,7 +123,7 @@ class TLObject:
def to_dict(self, recursive=True):
return {}
def to_bytes(self):
def __bytes__(self):
return b''
@staticmethod