2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Merge branch 'new-api' into file_id

This commit is contained in:
Dan 2018-04-03 12:40:19 +02:00
commit 2da47d7b6b

View File

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