mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
d47cce0358
commit
3fd69c5ad3
1 changed files with 2 additions and 8 deletions
|
@ -84,12 +84,6 @@
|
|||
<td>If true, text entities will be automatically parsed in all <code>inputMessageText</code> objects</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>archive_and_mute_new_chats_from_unknown_users</td>
|
||||
<td>Boolean</td>
|
||||
<td>Yes</td>
|
||||
<td>If true, new chats from non-contacts will be automatically archived and muted. The option can be set only if the option “can_archive_and_mute_new_chats_from_unknown_users” is true. <code>getOption</code> needs to be called explicitly to fetch the latest value of the option, changed from another device</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>disable_animated_emoji</td>
|
||||
<td>Boolean</td>
|
||||
<td>Yes</td>
|
||||
|
@ -243,7 +237,7 @@
|
|||
<td>authentication_token</td>
|
||||
<td>String</td>
|
||||
<td>No</td>
|
||||
<td>An authentication token to be used on subsequent authorizations and received when logging out</td>
|
||||
<td>An authentication token to be used on subsequent authorizations</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>authorization_date</td>
|
||||
|
@ -423,7 +417,7 @@
|
|||
<td>version</td>
|
||||
<td>String</td>
|
||||
<td>No</td>
|
||||
<td>TDLib version. This options is guaranteed to come before all other updates since TDLib 1.4.0</td>
|
||||
<td>TDLib version. This options is guaranteed to come before all other updates</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue