2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Merge branch 'master' into docs

This commit is contained in:
Dan
2018-03-23 13:47:21 +01:00
4 changed files with 39 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ class {class_name}(Object):
"""
ID = {object_id}
def __init__(self{arguments}, **kwargs):
def __init__(self{arguments}):
{fields}
@staticmethod