mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-21 00:17:06 +01:00
Update content of files
This commit is contained in:
parent
c58c2b23b2
commit
3656f76fc7
1 changed files with 12 additions and 0 deletions
|
@ -540,6 +540,12 @@
|
|||
<td><em>Since TDLib 1.8.24</em>. The maximum size of the audio file that can be used as a notification sound</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>paid_media_message_star_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.32</em>. The maximum price of a paid post in Telegram Stars</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>pinned_archived_chat_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
|
@ -726,6 +732,12 @@
|
|||
<td>TDLib version. This options is guaranteed to come before all other updates. Can be received synchronously.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>web_app_allowed_protocols</td>
|
||||
<td>String</td>
|
||||
<td>No</td>
|
||||
<td><em>Since TDLib 1.8.32</em>. A space-separated list of URL protocols that are allowed to be open by the call to <code>web_app_open_link</code> from Web Apps.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>weekly_sent_story_count_max</td>
|
||||
<td>Integer</td>
|
||||
<td>No</td>
|
||||
|
|
Loading…
Reference in a new issue