From c65706f41e2ddcd0e45801366145dae8bb6cdca2 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 25 Apr 2018 12:43:36 +0200 Subject: [PATCH] Move ids at the top --- compiler/api/template/mtproto.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/api/template/mtproto.txt b/compiler/api/template/mtproto.txt index 81c99062..0884b533 100644 --- a/compiler/api/template/mtproto.txt +++ b/compiler/api/template/mtproto.txt @@ -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}