mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
parent
01034c174a
commit
e066d6740c
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue