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

Document undocumented properties

This commit is contained in:
Dan
2020-08-26 08:10:34 +02:00
parent 15f504a91f
commit c5dd474f93
3 changed files with 8 additions and 4 deletions

View File

@@ -416,7 +416,8 @@ def pyrogram_api():
title = "{}".format(type)
f2.write(title + "\n" + "=" * len(title) + "\n\n")
f2.write(".. autoclass:: pyrogram.types.{}()".format(type))
f2.write(".. autoclass:: pyrogram.types.{}()\n".format(type))
f2.write(" :members:\n")
f.write(template.format(**fmt_keys))