diff --git a/data/web/core.telegram.org/bots/api.html b/data/web/core.telegram.org/bots/api.html
index 513ff771fa..e6b4444c55 100644
--- a/data/web/core.telegram.org/bots/api.html
+++ b/data/web/core.telegram.org/bots/api.html
@@ -2658,7 +2658,7 @@ To learn how to create…">
can_delete_stories |
Boolean |
-Optional. True, if the administrator can delete stories posted by other users |
+Optional. True, if the administrator can delete stories posted by other users; channels only |
can_manage_topics |
@@ -2804,7 +2804,7 @@ To learn how to create…">
can_delete_stories |
Boolean |
-Optional. True, if the administrator can delete stories posted by other users |
+Optional. True, if the administrator can delete stories posted by other users; channels only |
can_manage_topics |
@@ -5637,19 +5637,19 @@ pre-formatted fixed-width code block written in the Python programming language
can_manage_chat |
Boolean |
Optional |
-Pass True if the administrator can access the chat event log, chat statistics, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege |
+Pass True if the administrator can access the chat event log, chat statistics, boost list in channels, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege |
can_post_messages |
Boolean |
Optional |
-Pass True if the administrator can create channel posts, channels only |
+Pass True if the administrator can post messages in the channel; channels only |
can_edit_messages |
Boolean |
Optional |
-Pass True if the administrator can edit messages of other users and can pin messages, channels only |
+Pass True if the administrator can edit messages of other users and can pin messages; channels only |
can_delete_messages |
@@ -5658,6 +5658,24 @@ pre-formatted fixed-width code block written in the Python programming language
Pass True if the administrator can delete messages of other users |
+can_post_stories |
+Boolean |
+Optional |
+Pass True if the administrator can post stories in the channel; channels only |
+
+
+can_edit_stories |
+Boolean |
+Optional |
+Pass True if the administrator can edit stories posted by other users; channels only |
+
+
+can_delete_stories |
+Boolean |
+Optional |
+Pass True if the administrator can delete stories posted by other users; channels only |
+
+
can_manage_video_chats |
Boolean |
Optional |
diff --git a/data/web/corefork.telegram.org/bots/api.html b/data/web/corefork.telegram.org/bots/api.html
index c3d16e9e14..413af03aba 100644
--- a/data/web/corefork.telegram.org/bots/api.html
+++ b/data/web/corefork.telegram.org/bots/api.html
@@ -2658,7 +2658,7 @@ To learn how to create…">
can_delete_stories |
Boolean |
-Optional. True, if the administrator can delete stories posted by other users |
+Optional. True, if the administrator can delete stories posted by other users; channels only |
can_manage_topics |
@@ -2804,7 +2804,7 @@ To learn how to create…">
can_delete_stories |
Boolean |
-Optional. True, if the administrator can delete stories posted by other users |
+Optional. True, if the administrator can delete stories posted by other users; channels only |
can_manage_topics |
@@ -5637,19 +5637,19 @@ pre-formatted fixed-width code block written in the Python programming language
can_manage_chat |
Boolean |
Optional |
-Pass True if the administrator can access the chat event log, chat statistics, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege |
+Pass True if the administrator can access the chat event log, chat statistics, boost list in channels, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege |
can_post_messages |
Boolean |
Optional |
-Pass True if the administrator can create channel posts, channels only |
+Pass True if the administrator can post messages in the channel; channels only |
can_edit_messages |
Boolean |
Optional |
-Pass True if the administrator can edit messages of other users and can pin messages, channels only |
+Pass True if the administrator can edit messages of other users and can pin messages; channels only |
can_delete_messages |
@@ -5658,6 +5658,24 @@ pre-formatted fixed-width code block written in the Python programming language
Pass True if the administrator can delete messages of other users |
+can_post_stories |
+Boolean |
+Optional |
+Pass True if the administrator can post stories in the channel; channels only |
+
+
+can_edit_stories |
+Boolean |
+Optional |
+Pass True if the administrator can edit stories posted by other users; channels only |
+
+
+can_delete_stories |
+Boolean |
+Optional |
+Pass True if the administrator can delete stories posted by other users; channels only |
+
+
can_manage_video_chats |
Boolean |
Optional |