Move ids at the top

This commit is contained in:
Dan 2018-04-25 12:43:36 +02:00
parent fefcb81dde
commit c65706f41e

View File

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