mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 10:49:39 +00:00
Merge branch 'asyncio' of LonamiWebs/Telethon into asyncio
This commit is contained in:
@@ -123,7 +123,7 @@ class TLObject:
|
||||
def to_dict(self, recursive=True):
|
||||
return {}
|
||||
|
||||
def to_bytes(self):
|
||||
def __bytes__(self):
|
||||
return b''
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user