mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +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
|
get_send_as_chats
|
||||||
set_send_as_chat
|
set_send_as_chat
|
||||||
set_chat_protected_content
|
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="""
|
||||||
Users
|
Users
|
||||||
|
|
@ -388,6 +398,7 @@ def pyrogram_api():
|
||||||
Dialog
|
Dialog
|
||||||
Restriction
|
Restriction
|
||||||
EmojiStatus
|
EmojiStatus
|
||||||
|
ForumTopic
|
||||||
""",
|
""",
|
||||||
messages_media="""
|
messages_media="""
|
||||||
Messages & Media
|
Messages & Media
|
||||||
|
|
@ -418,6 +429,12 @@ def pyrogram_api():
|
||||||
WebAppData
|
WebAppData
|
||||||
MessageReactions
|
MessageReactions
|
||||||
ChatReactions
|
ChatReactions
|
||||||
|
ForumTopicCreated
|
||||||
|
ForumTopicEdited
|
||||||
|
ForumTopicClosed
|
||||||
|
ForumTopicReopened
|
||||||
|
GeneralTopicHidden
|
||||||
|
GeneralTopicUnhidden
|
||||||
""",
|
""",
|
||||||
bot_keyboards="""
|
bot_keyboards="""
|
||||||
Bot keyboards
|
Bot keyboards
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ sphinx_rtd_theme==1.0.0
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
tgcrypto
|
tgcrypto
|
||||||
|
sphinx-autobuild
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue