mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 22:35:36 +00:00
Add new function compose
This commit is contained in:
@@ -339,7 +339,7 @@ def pyrogram_api():
|
||||
f2.write(title + "\n" + "=" * len(title) + "\n\n")
|
||||
f2.write(".. automethod:: pyrogram.Client.{}()".format(method))
|
||||
|
||||
functions = ["idle"]
|
||||
functions = ["idle", "compose"]
|
||||
|
||||
for func in functions:
|
||||
with open(root + "/{}.rst".format(func), "w") as f2:
|
||||
|
Reference in New Issue
Block a user