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

11 lines
137 B
Plaintext
Raw Normal View History

2018-04-01 13:08:37 +02:00
{notice}
class {class_name}:
"""{docstring_args}
"""
ID = {object_id}
def __init__(self{arguments}):
{fields}