Skip to content

Commit e066d67

Browse files
committed
Revert "Move ids at the top"
This reverts commit c65706f
1 parent 01034c1 commit e066d67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/api/template/mtproto.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ from pyrogram.api.core import *
66

77

88
class {class_name}(Object):
9-
ID = {object_id}
10-
119
"""{docstring_args}
1210
"""
1311

12+
ID = {object_id}
13+
1414
def __init__(self{arguments}):
1515
{fields}
1616

0 commit comments

Comments
 (0)