mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-27 16:45:19 +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}
|
||||
|
||||
@staticmethod
|
||||
def read(b: BytesIO) -> "{class_name}":
|
||||
def read(b: BytesIO, *args) -> "{class_name}":
|
||||
{read_flags}
|
||||
{read_types}
|
||||
return {class_name}({return_arguments})
|
||||
|
Loading…
Reference in New Issue
Block a user