mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 22:35:36 +00:00
Add pyrogram.txt template
This commit is contained in:
10
compiler/api/template/pyrogram.txt
Normal file
10
compiler/api/template/pyrogram.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
{notice}
|
||||
|
||||
|
||||
class {class_name}:
|
||||
"""{docstring_args}
|
||||
"""
|
||||
ID = {object_id}
|
||||
|
||||
def __init__(self{arguments}):
|
||||
{fields}
|
Reference in New Issue
Block a user