diff --git a/compiler/docs/compiler.py b/compiler/docs/compiler.py index 12a4d972..19f98a5e 100644 --- a/compiler/docs/compiler.py +++ b/compiler/docs/compiler.py @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 83797de6..874e5366 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,3 +4,4 @@ sphinx_rtd_theme==1.0.0 sphinx_copybutton sphinx-autobuild tgcrypto +sphinx-autobuild