mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 12:10:21 +03:00
Pretty format of TLObject's
This commit is contained in:
parent
2f1d5e277e
commit
91e5ef852a
|
@ -132,3 +132,6 @@ class TLObject:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_reader(reader):
|
def from_reader(reader):
|
||||||
return TLObject()
|
return TLObject()
|
||||||
|
|
||||||
|
def __repr__(self):
|
||||||
|
return self.__str__()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user