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