diff --git a/data/core.telegram.org/bots/api.html b/data/core.telegram.org/bots/api.html
index 21016d08a3..92b752d18c 100644
--- a/data/core.telegram.org/bots/api.html
+++ b/data/core.telegram.org/bots/api.html
@@ -2215,15 +2215,15 @@ To learn how to create…">
Information about the user |
-custom_title |
-String |
-Custom title for this user |
-
-
is_anonymous |
Boolean |
True, if the user's presence in the chat is hidden |
+
+custom_title |
+String |
+Optional. Custom title for this user |
+
ChatMemberAdministrator
@@ -2253,11 +2253,6 @@ To learn how to create…">
True, if the bot is allowed to edit administrator privileges of that user |
-custom_title |
-String |
-Custom title for this user |
-
-
is_anonymous |
Boolean |
True, if the user's presence in the chat is hidden |
@@ -2268,16 +2263,6 @@ To learn how to create…">
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 |
-can_post_messages |
-Boolean |
-True, if the administrator can post in the channel; channels only |
-
-
-can_edit_messages |
-Boolean |
-True, if the administrator can edit messages of other users and can pin messages; channels only |
-
-
can_delete_messages |
Boolean |
True, if the administrator can delete messages of other users |
@@ -2308,9 +2293,24 @@ To learn how to create…">
True, if the user is allowed to invite new users to the chat |
+can_post_messages |
+Boolean |
+Optional. True, if the administrator can post in the channel; channels only |
+
+
+can_edit_messages |
+Boolean |
+Optional. True, if the administrator can edit messages of other users and can pin messages; channels only |
+
+
can_pin_messages |
Boolean |
-True, if the user is allowed to pin messages; groups and supergroups only |
+Optional. True, if the user is allowed to pin messages; groups and supergroups only |
+
+
+custom_title |
+String |
+Optional. Custom title for this user |