File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,29 @@ reference:
7575 - read_sbv
7676
7777- title : " Comment Functions"
78- desc : " Functions for working with comments"
78+ desc : " Functions for working with comments and moderation "
7979 contents :
8080 - get_comment_threads
8181 - get_comments
8282 - get_all_comments
83+ - post_comment
84+ - reply_to_comment
85+ - set_comment_moderation_status
8386 - delete_comments
8487
88+ - title : " Monetization & Engagement"
89+ desc : " Functions for Super Chats, Memberships, and Live Interaction"
90+ contents :
91+ - get_super_chat_events
92+ - get_live_chat_messages
93+ - list_channel_members
94+
95+ - title : " Branding & Media"
96+ desc : " Functions for thumbnails and channel branding"
97+ contents :
98+ - set_video_thumbnail
99+ - insert_channel_banner
100+
85101- title : " Search Functions"
86102 desc : " Functions for searching YouTube"
87103 contents :
@@ -120,6 +136,15 @@ reference:
120136 - get_premiere_info
121137 - search_shorts
122138
139+ - title : " Unicode & Emoji Utilities"
140+ desc : " Functions for handling emojis and Unicode in YouTube text"
141+ contents :
142+ - count_emojis
143+ - extract_emojis
144+ - has_emoji
145+ - remove_emojis
146+ - replace_emojis
147+
123148- title : " Caching & Performance"
124149 desc : " Functions for caching and performance optimization"
125150 contents :
@@ -151,6 +176,8 @@ reference:
151176 - warn_deprecated
152177 - tuber_PUT
153178 - print.tuber_result
179+ - summary.tuber_result
180+ - " [.tuber_result"
154181 - validate_video_id
155182 - validate_channel_id
156183 - validate_playlist_id
You can’t perform that action at this time.
0 commit comments