mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Update API compiler
This commit is contained in:
parent
ddb8c9e595
commit
b1b04b5768
@ -264,7 +264,7 @@ def start():
|
||||
docstring_args.append(
|
||||
"{}: {}{}".format(
|
||||
arg_name,
|
||||
"(optional {}) ".format(flag_number) if is_optional else "",
|
||||
"``optional.{}``".format(flag_number) if is_optional else "",
|
||||
get_docstring_arg_type(arg_type)
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user