PyroFork: Update docs

Signed-off-by: wulan17 <galihgustip@gmail.com>
This commit is contained in:
wulan17 2023-01-02 14:53:44 +07:00
parent d91b933715
commit 41b771f4bf
No known key found for this signature in database
GPG key ID: A1EF50E174745C55
2 changed files with 18 additions and 0 deletions

View file

@ -237,6 +237,16 @@ def pyrogram_api():
get_send_as_chats
set_send_as_chat
set_chat_protected_content
close_forum_topic
close_general_topic
create_forum_topic
delete_forum_topic
edit_forum_topic
edit_general_topic
hide_general_topic
reopen_forum_topic
reopen_general_topic
unhide_general_topic
""",
users="""
Users
@ -388,6 +398,7 @@ def pyrogram_api():
Dialog
Restriction
EmojiStatus
ForumTopic
""",
messages_media="""
Messages & Media
@ -418,6 +429,12 @@ def pyrogram_api():
WebAppData
MessageReactions
ChatReactions
ForumTopicCreated
ForumTopicEdited
ForumTopicClosed
ForumTopicReopened
GeneralTopicHidden
GeneralTopicUnhidden
""",
bot_keyboards="""
Bot keyboards

View file

@ -4,3 +4,4 @@ sphinx_rtd_theme==1.0.0
sphinx_copybutton
sphinx-autobuild
tgcrypto
sphinx-autobuild