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