1 parent 01034c1 commit e066d67Copy full SHA for e066d67
1 file changed
compiler/api/template/mtproto.txt
@@ -6,11 +6,11 @@ from pyrogram.api.core import *
6
7
8
class {class_name}(Object):
9
- ID = {object_id}
10
-
11
"""{docstring_args}
12
"""
13
+ ID = {object_id}
+
14
def __init__(self{arguments}):
15
{fields}
16
0 commit comments