2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 06:45:39 +00:00

Rename Object to TLObject

This commit is contained in:
Dan
2019-06-03 14:19:50 +02:00
parent 4d97aae933
commit d5517f4d5f
21 changed files with 65 additions and 62 deletions

View File

@@ -5,7 +5,7 @@ from io import BytesIO
from pyrogram.api.core import *
class {class_name}(Object):
class {class_name}(TLObject):
"""{docstring_args}
"""