mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
7ed05888e3
commit
cb5eaf7c98
2 changed files with 2 additions and 2 deletions
|
@ -2175,7 +2175,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>user_administrator_rights</td>
|
||||
<td><a href="#chatadministratorrights">ChatAdministratorRights</a></td>
|
||||
<td><em>Optional</em>. A JSON-serialized object listing the required administrator rights of the user in the chat. If not specified, no additional restrictions are applied.</td>
|
||||
<td><em>Optional</em>. A JSON-serialized object listing the required administrator rights of the user in the chat. The rights must be a superset of <em>bot_administrator_rights</em>. If not specified, no additional restrictions are applied.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bot_administrator_rights</td>
|
||||
|
|
|
@ -2175,7 +2175,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>user_administrator_rights</td>
|
||||
<td><a href="#chatadministratorrights">ChatAdministratorRights</a></td>
|
||||
<td><em>Optional</em>. A JSON-serialized object listing the required administrator rights of the user in the chat. If not specified, no additional restrictions are applied.</td>
|
||||
<td><em>Optional</em>. A JSON-serialized object listing the required administrator rights of the user in the chat. The rights must be a superset of <em>bot_administrator_rights</em>. If not specified, no additional restrictions are applied.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bot_administrator_rights</td>
|
||||
|
|
Loading…
Reference in a new issue