2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 18:37:26 +00:00
pyrogram/compiler/api/template/pyrogram.txt

12 lines
182 B
Plaintext
Raw Normal View History

2018-04-01 13:08:37 +02:00
{notice}
2018-04-03 10:54:29 +02:00
from pyrogram.api.core import Object
2018-04-01 13:08:37 +02:00
2018-04-03 10:54:29 +02:00
class {class_name}(Object):
2018-04-01 13:08:37 +02:00
"""{docstring_args}
"""
ID = {object_id}
def __init__(self{arguments}):
{fields}