From e066d6740c01179bbaa1665db112183bb34fc740 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 28 Apr 2018 09:05:44 +0200 Subject: [PATCH] Revert "Move ids at the top" This reverts commit c65706f --- compiler/api/template/mtproto.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/api/template/mtproto.txt b/compiler/api/template/mtproto.txt index 0884b533..368d4712 100644 --- a/compiler/api/template/mtproto.txt +++ b/compiler/api/template/mtproto.txt @@ -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}