mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Move ids at the top
This commit is contained in:
parent
fefcb81dde
commit
c65706f41e
@ -6,9 +6,10 @@ 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…
Reference in New Issue
Block a user