mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 22:05:28 +00:00
Remove **kwargs for generated classes (function/types)
This commit is contained in:
@@ -11,7 +11,7 @@ class {class_name}(Object):
|
||||
"""
|
||||
ID = {object_id}
|
||||
|
||||
def __init__(self{arguments}, **kwargs):
|
||||
def __init__(self{arguments}):
|
||||
{fields}
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user