mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 21:38:04 +00:00
Revert "Move ids at the top"
This reverts commit c65706f
This commit is contained in:
parent
01034c174a
commit
e066d6740c
@ -6,11 +6,11 @@ from pyrogram.api.core import *
|
|||||||
|
|
||||||
|
|
||||||
class {class_name}(Object):
|
class {class_name}(Object):
|
||||||
ID = {object_id}
|
|
||||||
|
|
||||||
"""{docstring_args}
|
"""{docstring_args}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
ID = {object_id}
|
||||||
|
|
||||||
def __init__(self{arguments}):
|
def __init__(self{arguments}):
|
||||||
{fields}
|
{fields}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user