mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
2b0eb9fedc
commit
317e3792eb
1 changed files with 21 additions and 21 deletions
|
@ -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'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'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>
|
||||
|
|
Loading…
Reference in a new issue