Skip to content

Commit 124ec40

Browse files
committed
Inherit again from Object
1 parent 22c51fd commit 124ec40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compiler/api/template/pyrogram.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{notice}
22

3+
from pyrogram.api.core import Object
34

4-
class {class_name}:
5+
class {class_name}(Object):
56
"""{docstring_args}
67
"""
78
ID = {object_id}

0 commit comments

Comments
 (0)