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