Skip to content

Commit

Permalink
Regenerate bot API docs. (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: PaulSonOfLars <[email protected]>
  • Loading branch information
github-actions[bot] and PaulSonOfLars authored Sep 23, 2023
1 parent e69f01a commit 183db0a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
34 changes: 29 additions & 5 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2299,23 +2299,23 @@
"Boolean"
],
"required": false,
"description": "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"
"description": "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"
},
{
"name": "can_post_messages",
"types": [
"Boolean"
],
"required": false,
"description": "Pass True if the administrator can create channel posts, channels only"
"description": "Pass True if the administrator can post messages in the channel; channels only"
},
{
"name": "can_edit_messages",
"types": [
"Boolean"
],
"required": false,
"description": "Pass True if the administrator can edit messages of other users and can pin messages, channels only"
"description": "Pass True if the administrator can edit messages of other users and can pin messages; channels only"
},
{
"name": "can_delete_messages",
Expand All @@ -2325,6 +2325,30 @@
"required": false,
"description": "Pass True if the administrator can delete messages of other users"
},
{
"name": "can_post_stories",
"types": [
"Boolean"
],
"required": false,
"description": "Pass True if the administrator can post stories in the channel; channels only"
},
{
"name": "can_edit_stories",
"types": [
"Boolean"
],
"required": false,
"description": "Pass True if the administrator can edit stories posted by other users; channels only"
},
{
"name": "can_delete_stories",
"types": [
"Boolean"
],
"required": false,
"description": "Pass True if the administrator can delete stories posted by other users; channels only"
},
{
"name": "can_manage_video_chats",
"types": [
Expand Down Expand Up @@ -8843,7 +8867,7 @@
"Boolean"
],
"required": false,
"description": "Optional. True, if the administrator can delete stories posted by other users"
"description": "Optional. True, if the administrator can delete stories posted by other users; channels only"
},
{
"name": "can_manage_topics",
Expand Down Expand Up @@ -9061,7 +9085,7 @@
"Boolean"
],
"required": false,
"description": "Optional. True, if the administrator can delete stories posted by other users"
"description": "Optional. True, if the administrator can delete stories posted by other users; channels only"
},
{
"name": "can_manage_topics",
Expand Down
2 changes: 1 addition & 1 deletion api.min.json

Large diffs are not rendered by default.

0 comments on commit 183db0a

Please sign in to comment.