mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
PyroFork: Update docs
Signed-off-by: wulan17 <galihgustip@gmail.com>
This commit is contained in:
parent
d91b933715
commit
41b771f4bf
2 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ sphinx_rtd_theme==1.0.0
|
|||
sphinx_copybutton
|
||||
sphinx-autobuild
|
||||
tgcrypto
|
||||
sphinx-autobuild
|
||||
|
|
|
|||
Loading…
Reference in a new issue