Revert "Move ids at the top"

This reverts commit c65706f
This commit is contained in:
Dan 2018-04-28 09:05:44 +02:00
parent 01034c174a
commit e066d6740c

View File

@ -6,11 +6,11 @@ from pyrogram.api.core import *
class {class_name}(Object):
ID = {object_id}
"""{docstring_args}
"""
ID = {object_id}
def __init__(self{arguments}):
{fields}