Inherit again from Object

This commit is contained in:
Dan 2018-04-03 10:54:29 +02:00
parent 22c51fdd70
commit 124ec40300

View File

@ -1,7 +1,8 @@
{notice}
from pyrogram.api.core import Object
class {class_name}:
class {class_name}(Object):
"""{docstring_args}
"""
ID = {object_id}