Update content of files

This commit is contained in:
GitHub Action 2021-12-23 11:49:33 +00:00
parent f0087b3f52
commit 75c6e19354

View file

@ -87,6 +87,12 @@
<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>
<td>If true, animated emoji will be disabled and shown as plain emoji</td>
</tr>
<tr>
<td>disable_contact_registered_notifications</td>
<td>Boolean</td>
<td>Yes</td>
@ -150,7 +156,7 @@
<td>is_location_visible</td>
<td>Boolean</td>
<td>Yes</td>
<td>If true, other users will be allowed to see the current user&#39;s location</td>
<td>If true, other users will be allowed to see the current user&#39;s location. <code>getOption</code> needs to be called explicitly to fetch the latest value of the option, changed from another device</td>
</tr>
<tr>
<td>language_pack_database_path</td>
@ -219,10 +225,10 @@
<td>If true, the background storage optimizer will be enabled</td>
</tr>
<tr>
<td>animated_emoji_sticker_set_name</td>
<td>String</td>
<td>No</td>
<td>Name of a sticker set with animated emojis</td>
<td>utc_time_offset</td>
<td>Integer</td>
<td>Yes</td>
<td>A UTC time offset used for splitting messages by days. The option is reset automatically on each TDLib instance launch, so it needs to be set manually only if the time offset is changed during execution.</td>
</tr>
<tr>
<td>animation_search_bot_username</td>
@ -231,6 +237,12 @@
<td>Username of a bot which can be used in inline mode for animations search</td>
</tr>
<tr>
<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>
</tr>
<tr>
<td>authorization_date</td>
<td>Integer</td>
<td>No</td>
@ -267,6 +279,12 @@
<td>If true, the option “ignore_sensitive_content_restrictions” can be changed</td>
</tr>
<tr>
<td>channel_bot_user_id</td>
<td>Integer</td>
<td>No</td>
<td>Identifier of the bot which is shown as the sender of messages sent on behalf of channels when viewed from an outdated client</td>
</tr>
<tr>
<td>enabled_proxy_id</td>
<td>Integer</td>
<td>No</td>
@ -345,6 +363,24 @@
<td>Identifier of the language pack, suggested for the user by the server</td>
</tr>
<tr>
<td>suggested_video_note_audio_bitrate</td>
<td>String</td>
<td>No</td>
<td>Suggested bit rate for audio encoding in video notes</td>
</tr>
<tr>
<td>suggested_video_note_length</td>
<td>String</td>
<td>No</td>
<td>Suggested width and height of the video in video notes</td>
</tr>
<tr>
<td>suggested_video_note_video_bitrate</td>
<td>String</td>
<td>No</td>
<td>Suggested bit rate for video encoding in video notes</td>
</tr>
<tr>
<td>supergroup_size_max</td>
<td>Integer</td>
<td>No</td>