mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Add pyrogram.txt template
This commit is contained in:
parent
1d9bb22789
commit
44a3a4d69b
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}
|
Loading…
Reference in New Issue
Block a user