Update content of files

This commit is contained in:
GitHub Action 2022-08-24 18:29:53 +00:00
parent 30402e6a86
commit a8074bc0d3
5 changed files with 13 additions and 27 deletions

View file

@ -42,7 +42,7 @@
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inputDocument" >inputDocument</a></li></ul></div>
<h1 id="dev_page_title">inputDocument</h1>
<div id="dev_page_content"><p>Defines a video for subsequent interaction.</p>
<div id="dev_page_content"><p>Defines a document for subsequent interaction.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">

View file

@ -4,24 +4,10 @@
<meta charset="utf-8">
<title>inputWebFileAudioAlbumThumbLocation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Used to download an album cover for any music file.
Parameters
Name
Type
Description
flags
#
Flags, see TL conditional fields…">
<meta property="description" content="Used to download an album cover for any music file.">
<meta property="og:title" content="inputWebFileAudioAlbumThumbLocation">
<meta property="og:image" content="">
<meta property="og:description" content="Used to download an album cover for any music file.
Parameters
Name
Type
Description
flags
#
Flags, see TL conditional fields…">
<meta property="og:description" content="Used to download an album cover for any music file.">
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
@ -56,7 +42,7 @@ Flags, see TL conditional fields…">
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inputWebFileAudioAlbumThumbLocation" >inputWebFileAudioAlbumThumbLocation</a></li></ul></div>
<h1 id="dev_page_title">inputWebFileAudioAlbumThumbLocation</h1>
<div id="dev_page_content"><p>Used to download an album cover for any music file.</p>
<div id="dev_page_content"><p>Used to download an album cover for any music file using <a href="/method/upload.getWebFile">upload.getWebFile</a>, see the <a href="/api/files#downloading-webfiles">webfile docs for more info »</a>.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
@ -88,22 +74,22 @@ Flags, see TL conditional fields…">
<tr>
<td><strong>small</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/constructor/true">true</a></td>
<td> </td>
<td>Used to return a thumbnail with <code>100x100</code> resolution (instead of the default <code>600x600</code>)</td>
</tr>
<tr>
<td><strong>document</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputDocument">InputDocument</a></td>
<td> </td>
<td>The audio file in question: must NOT be provided in secret chats, provide the <code>title</code> and <code>performer</code> fields instead.</td>
</tr>
<tr>
<td><strong>title</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/string">string</a></td>
<td>Song title</td>
<td>Song title: should only be used in secret chats, in normal chats provide <code>document</code> instead, as it has more lax rate limits.</td>
</tr>
<tr>
<td><strong>performer</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/string">string</a></td>
<td>Performer</td>
<td>Song performer: should only be used in secret chats, in normal chats provide <code>document</code> instead, as it has more lax rate limits.</td>
</tr>
</tbody>
</table>

View file

@ -42,7 +42,7 @@
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inputWebFileGeoPointLocation" >inputWebFileGeoPointLocation</a></li></ul></div>
<h1 id="dev_page_title">inputWebFileGeoPointLocation</h1>
<div id="dev_page_content"><p>Used to download a server-generated image with the map preview from a <a href="/constructor/geoPoint">geoPoint</a>.</p>
<div id="dev_page_content"><p>Used to download a server-generated image with the map preview from a <a href="/constructor/geoPoint">geoPoint</a>, see the <a href="/api/files#downloading-webfiles">webfile docs for more info »</a>.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">

View file

@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>stickerSetFullCovered</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Stickerset preview with all stickers of the stickerset included. Used when there are only a few stickers in the stickerset, to avoid a further call to messages.getStickerSet.">
<meta property="description" content="Stickerset preview with all stickers of the stickerset included. Currently used only for custom emoji stickersets, to avoid a further call to messages.getStickerSet.">
<meta property="og:title" content="stickerSetFullCovered">
<meta property="og:image" content="">
<meta property="og:description" content="Stickerset preview with all stickers of the stickerset included. Used when there are only a few stickers in the stickerset, to avoid a further call to messages.getStickerSet.">
<meta property="og:description" content="Stickerset preview with all stickers of the stickerset included. Currently used only for custom emoji stickersets, to avoid a further call to messages.getStickerSet.">
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
@ -43,7 +43,7 @@
<h1 id="dev_page_title">stickerSetFullCovered</h1>
<div id="dev_page_content"><p>Stickerset preview with all stickers of the stickerset included.<br>
Used when there are only a few stickers in the stickerset, to avoid a further call to <a href="/method/messages.getStickerSet">messages.getStickerSet</a>.</p>
Currently used only for custom emoji stickersets, to avoid a further call to <a href="/method/messages.getStickerSet">messages.getStickerSet</a>.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">

View file

@ -77,7 +77,7 @@
</tr>
<tr>
<td><a href="/constructor/stickerSetFullCovered">stickerSetFullCovered</a></td>
<td>Stickerset preview with all stickers of the stickerset included. <br>Used when there are only a few stickers in the stickerset, to avoid a further call to <a href="/method/messages.getStickerSet">messages.getStickerSet</a>.</td>
<td>Stickerset preview with all stickers of the stickerset included. <br>Currently used only for custom emoji stickersets, to avoid a further call to <a href="/method/messages.getStickerSet">messages.getStickerSet</a>.</td>
</tr>
</tbody>
</table></div>