Update content of files

This commit is contained in:
GitHub Action 2024-02-15 13:05:19 +00:00
parent d47cce0358
commit 3fd69c5ad3

View file

@ -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>