2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 02:17:21 +00:00
pyrogram/compiler/api/template/pyrogram.txt
2018-04-03 10:54:29 +02:00

12 lines
182 B
Plaintext

{notice}
from pyrogram.api.core import Object
class {class_name}(Object):
"""{docstring_args}
"""
ID = {object_id}
def __init__(self{arguments}):
{fields}