mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-31 04:47:21 +02:00
Update content of files
This commit is contained in:
parent
cc7039e0f1
commit
d9e7f2004c
1 changed files with 60 additions and 0 deletions
|
@ -294,6 +294,24 @@
|
|||
<td><em>Since TDLib 1.8.24</em>. The maximum allowed length of the current user's bio</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>business_chat_link_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. The maximum number of created short chat links by a Telegram Business account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>business_start_page_message_length_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. The maximum allowed length of the start page message of a Telegram Business account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>business_start_page_title_length_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. The maximum allowed length of the start page title of a Telegram Business account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>call_connect_timeout_ms</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
|
@ -318,12 +336,24 @@
|
|||
<td>If true, the option “ignore_sensitive_content_restrictions” can be changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_set_new_chat_privacy_settings</td>
|
||||
<td>Boolean</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. If true, then the current user can change privacy settings for new chats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_use_text_entities_in_story_caption</td>
|
||||
<td>Boolean</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.24</em>. If true, then the current user can use text entities in story captions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_withdraw_chat_revenue</td>
|
||||
<td>Boolean</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. If true, then revenue from sponsored messages in chats can be withdrawn</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>channel_bot_user_id</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
|
@ -522,18 +552,48 @@
|
|||
<td><em>Since TDLib 1.8.24</em>. The maximum number of pinned topics in Saved Messages for the current user</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>pinned_story_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.29</em>. The maximum number of pinned stories on a chat page</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>photo_search_bot_username</td>
|
||||
<td>String</td>
|
||||
<td>No</td>
|
||||
<td>Username of a bot which can be used in inline mode for photos search</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>premium_download_speedup</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. Approximate number of times file download speed will increase if the user subscribes to Telegram Premium</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>premium_gift_boost_count</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.24</em>. The number of boosts that is obtained by gifting Telegram Premium to another user</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>premium_upload_speedup</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. Approximate number of times file upload speed will increase if the user subscribes to Telegram Premium</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quick_reply_shortcut_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. The maximum number of quick reply shortcuts that can be created by a Telegram Business account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quick_reply_shortcut_message_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.28</em>. The maximum number of messages that can be added to a quick reply shortcut by a Telegram Business account</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>replies_bot_chat_id</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue