Update content of files

This commit is contained in:
GitHub Action 2024-08-05 19:09:39 +00:00
parent 15243ece85
commit 097ea8047e

View file

@ -85,7 +85,8 @@
<li><a href="/api/bots/webapps#main-mini-app-previews">Main Mini App previews »</a></li>
<li><a href="/api/search#apps-tab">Mini App Store »</a></li>
<li><a href="/api/links#ton-sites">TON sites »</a></li>
<li>Mini App deep links were removed and replaced with <a href="/api/links#main-mini-app-links">Main Mini App deep links »</a>: (i.e. the syntax of Main Mini App links is equal to the one previously used for Mini App links, but the handling logic has changed).</li>
<li>Mini App deep links were removed and replaced with <a href="/api/links#main-mini-app-links">Main Mini App deep links »</a>: (i.e. the syntax of Main Mini App links is equal to the one previously used for Mini App links, but the handling logic has changed).<br>
This also deprecates the <code>start_param</code> and <code>compact</code> parameters of <a href="/method/messages.requestSimpleWebView">messages.requestSimpleWebView</a> (replaced by <a href="/method/messages.requestMainWebView">messages.requestMainWebView</a>). </li>
<li>Allow specifying the exact frame to use for video thumbnails/static previews through the new <a href="/constructor/documentAttributeVideo">documentAttributeVideo</a>.<code>video_start_ts</code> parameter (especially useful for stories).<br>
The <code>video_start_ts</code> attribute may also be <a href="/api/stories#editing-stories">edited using a new, special editing flow that does not require reuploading the entire story »</a>.</li>
</ul>