1 parent 0a12d9c commit cb509baCopy full SHA for cb509ba
1 file changed
compiler/api/template/class.txt
@@ -8,7 +8,7 @@ from pyrogram.api.core import *
8
class {class_name}(Object):
9
ID = {object_id}
10
11
- def __init__(self{arguments}):
+ def __init__(self{arguments}, **kwargs):
12
{fields}
13
14
@staticmethod
0 commit comments