1 parent 22c51fd commit 124ec40Copy full SHA for 124ec40
1 file changed
compiler/api/template/pyrogram.txt
@@ -1,7 +1,8 @@
1
{notice}
2
3
+from pyrogram.api.core import Object
4
-class {class_name}:
5
+class {class_name}(Object):
6
"""{docstring_args}
7
"""
8
ID = {object_id}
0 commit comments