mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 18:37:26 +00:00
Fix method signatures for generated classes
This commit is contained in:
parent
055367fe9c
commit
fb4ae4b17e
@ -12,7 +12,7 @@ class {class_name}(Object):
|
|||||||
{fields}
|
{fields}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def read(b: BytesIO) -> "{class_name}":
|
def read(b: BytesIO, *args) -> "{class_name}":
|
||||||
{read_flags}
|
{read_flags}
|
||||||
{read_types}
|
{read_types}
|
||||||
return {class_name}({return_arguments})
|
return {class_name}({return_arguments})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user