mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
Update content of files
This commit is contained in:
parent
f7ce0bd998
commit
686cf20731
1 changed files with 42 additions and 0 deletions
|
@ -294,6 +294,12 @@
|
|||
<td><em>Since TDLib 1.8.24</em>. The maximum allowed length of the current user's bio</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bot_media_preview_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.34</em>. The maximum number of media previews that can be added for a bot</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>business_chat_link_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
|
@ -330,12 +336,24 @@
|
|||
<td>If true, the option “archive_and_mute_new_chats_from_unknown_users” can be changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_gift_stars</td>
|
||||
<td>Boolean</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.34</em>. If true, Telegram Stars can be gifted to other users</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_ignore_sensitive_content_restrictions</td>
|
||||
<td>Boolean</td>
|
||||
<td>No</td>
|
||||
<td>If true, the option “ignore_sensitive_content_restrictions” can be changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_preload_weather</td>
|
||||
<td>Boolean</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.34</em>. If true, the current weather must be preloaded before adding the media area to the story. Otherwise, weather must be loaded only after the user has chosen weather media area.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_set_new_chat_privacy_settings</td>
|
||||
<td>Boolean</td>
|
||||
<td>No</td>
|
||||
|
@ -540,6 +558,12 @@
|
|||
<td><em>Since TDLib 1.8.32</em>. The maximum price of a paid post in Telegram Stars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>paid_reaction_star_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.35</em>. The maximum number of Telegram Stars that can be added as paid reaction to a message in one request</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>pinned_archived_chat_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
|
@ -660,6 +684,12 @@
|
|||
<td><em>Since TDLib 1.8.24</em>. The number of seconds after story expiration date for which story viewers still can be received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>subscription_star_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.35</em>. The maximum number of Telegram Stars that can be asked for monthly subscription to a chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>suggested_language_pack_id</td>
|
||||
<td>String</td>
|
||||
<td>No</td>
|
||||
|
@ -708,12 +738,24 @@
|
|||
<td>If true, the test environment is being used instead of the production environment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>thousand_star_to_usd_rate</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.35</em>. The number of US dollars that can be received by withdrawing 1000 Telegram Stars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>unix_time</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td>An estimation of the current Unix timestamp. The option will not be updated automatically unless the difference between the previous estimation and the locally available monotonic clocks changes significantly</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>usd_to_thousand_star_rate</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.35</em>. The number of US dollars needed to buy 1000 Telegram Stars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>venue_search_bot_username</td>
|
||||
<td>String</td>
|
||||
<td>No</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue