2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Document the new features

This commit is contained in:
Dan
2018-04-11 03:16:48 +02:00
parent 84b1e697bb
commit 472ed8e355
17 changed files with 322 additions and 120 deletions

View File

@@ -297,7 +297,7 @@ def start():
"{}: {}{}".format(
arg_name,
"``optional`` ".format(flag_number) if is_optional else "",
get_docstring_arg_type(arg_type)
get_docstring_arg_type(arg_type, is_pyrogram_type=c.namespace == "pyrogram")
)
)