Update content of files

This commit is contained in:
GitHub Action 2021-07-04 14:17:25 +00:00
parent 2b0eb9fedc
commit 317e3792eb

View file

@ -2215,15 +2215,15 @@ To learn how to create…">
<td>Information about the user</td>
</tr>
<tr>
<td>custom_title</td>
<td>String</td>
<td>Custom title for this user</td>
</tr>
<tr>
<td>is_anonymous</td>
<td>Boolean</td>
<td>True, if the user&#39;s presence in the chat is hidden</td>
</tr>
<tr>
<td>custom_title</td>
<td>String</td>
<td><em>Optional</em>. Custom title for this user</td>
</tr>
</tbody>
</table>
<h4><a class="anchor" name="chatmemberadministrator" href="#chatmemberadministrator"><i class="anchor-icon"></i></a>ChatMemberAdministrator</h4>
@ -2253,11 +2253,6 @@ To learn how to create…">
<td>True, if the bot is allowed to edit administrator privileges of that user</td>
</tr>
<tr>
<td>custom_title</td>
<td>String</td>
<td>Custom title for this user</td>
</tr>
<tr>
<td>is_anonymous</td>
<td>Boolean</td>
<td>True, if the user&#39;s presence in the chat is hidden</td>
@ -2268,16 +2263,6 @@ To learn how to create…">
<td>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</td>
</tr>
<tr>
<td>can_post_messages</td>
<td>Boolean</td>
<td>True, if the administrator can post in the channel; channels only</td>
</tr>
<tr>
<td>can_edit_messages</td>
<td>Boolean</td>
<td>True, if the administrator can edit messages of other users and can pin messages; channels only</td>
</tr>
<tr>
<td>can_delete_messages</td>
<td>Boolean</td>
<td>True, if the administrator can delete messages of other users</td>
@ -2308,9 +2293,24 @@ To learn how to create…">
<td>True, if the user is allowed to invite new users to the chat</td>
</tr>
<tr>
<td>can_post_messages</td>
<td>Boolean</td>
<td><em>Optional</em>. True, if the administrator can post in the channel; channels only</td>
</tr>
<tr>
<td>can_edit_messages</td>
<td>Boolean</td>
<td><em>Optional</em>. True, if the administrator can edit messages of other users and can pin messages; channels only</td>
</tr>
<tr>
<td>can_pin_messages</td>
<td>Boolean</td>
<td>True, if the user is allowed to pin messages; groups and supergroups only</td>
<td><em>Optional</em>. True, if the user is allowed to pin messages; groups and supergroups only</td>
</tr>
<tr>
<td>custom_title</td>
<td>String</td>
<td><em>Optional</em>. Custom title for this user</td>
</tr>
</tbody>
</table>