Update content of files

This commit is contained in:
GitHub Action 2022-08-18 17:48:54 +00:00
parent eb2c91f18c
commit 8c9babf655
4 changed files with 21 additions and 22 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/wallPaper" >wallPaper</a></li></ul></div>
<h1 id="dev_page_title">wallPaper</h1>
<div id="dev_page_content"><p>Wallpaper settings.</p>
<div id="dev_page_content"><p>Represents a wallpaper based on an image.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
@ -72,6 +72,16 @@
<td>Identifier</td>
</tr>
<tr>
<td><strong>access_hash</strong></td>
<td style="text-align: center;"><a href="/type/long">long</a></td>
<td>Access hash</td>
</tr>
<tr>
<td><strong>slug</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td>Unique wallpaper ID, used when generating <a href="/api/links#wallpaper-links">wallpaper links</a> or importing wallpaper links using <a href="/constructor/inputWallPaperSlug">inputWallPaperSlug</a></td>
</tr>
<tr>
<td><strong>flags</strong></td>
<td style="text-align: center;"><a href="/type/%23">#</a></td>
<td>Flags, see <a href="/mtproto/TL-combinators#conditional-fields">TL conditional fields</a></td>
@ -79,7 +89,7 @@
<tr>
<td><strong>creator</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
<td>Creator of the wallpaper</td>
<td>Whether we created this wallpaper</td>
</tr>
<tr>
<td><strong>default</strong></td>
@ -89,22 +99,12 @@
<tr>
<td><strong>pattern</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/constructor/true">true</a></td>
<td>Pattern</td>
<td>If set, <code>document</code> is a transparent PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill generated using the info contained in the <code>settings</code> parameter.</td>
</tr>
<tr>
<td><strong>dark</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/constructor/true">true</a></td>
<td>Dark mode</td>
</tr>
<tr>
<td><strong>access_hash</strong></td>
<td style="text-align: center;"><a href="/type/long">long</a></td>
<td>Access hash</td>
</tr>
<tr>
<td><strong>slug</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td>Unique wallpaper ID</td>
<td>Whether this wallpaper should be used in dark mode.</td>
</tr>
<tr>
<td><strong>document</strong></td>
@ -114,7 +114,7 @@
<tr>
<td><strong>settings</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/WallPaperSettings">WallPaperSettings</a></td>
<td>Wallpaper settings</td>
<td>Info on how to post-process the wallpaper <code>document</code>.</td>
</tr>
</tbody>
</table>

View file

@ -42,8 +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/wallPaperNoFile" >wallPaperNoFile</a></li></ul></div>
<h1 id="dev_page_title">wallPaperNoFile</h1>
<div id="dev_page_content"><p>Wallpaper with no file access hash, used for example when deleting (<code>unsave=true</code>) wallpapers using <a href="/method/account.saveWallPaper">account.saveWallPaper</a>, specifying just the wallpaper ID.<br>
Also used for some default wallpapers which contain only colours.</p>
<div id="dev_page_content"><p>Represents a wallpaper only based on colors/gradients.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
@ -85,12 +84,12 @@ Also used for some default wallpapers which contain only colours.</p>
<tr>
<td><strong>dark</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/constructor/true">true</a></td>
<td>Dark mode</td>
<td>Whether this wallpaper should be used in dark mode.</td>
</tr>
<tr>
<td><strong>settings</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/WallPaperSettings">WallPaperSettings</a></td>
<td>Wallpaper settings</td>
<td>Info on how to generate the wallpaper.</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/wallPaperSettings" >wallPaperSettings</a></li></ul></div>
<h1 id="dev_page_title">wallPaperSettings</h1>
<div id="dev_page_content"><p>Wallpaper settings</p>
<div id="dev_page_content"><p>Wallpaper rendering information.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
@ -84,7 +84,7 @@
<tr>
<td><strong>background_color</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
<td>If set, a PNG pattern is to be combined with the <code>color</code> chosen by the user: the main color of the background in RGB24 format</td>
<td>If set, a PNG pattern is to be combined with the <code>background_color</code> chosen by the user: the main color of the background in RGB24 format</td>
</tr>
<tr>
<td><strong>second_background_color</strong></td>

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="/type/WallPaperSettings" >WallPaperSettings</a></li></ul></div>
<h1 id="dev_page_title">WallPaperSettings</h1>
<div id="dev_page_content"><p>Wallpaper settings</p>
<div id="dev_page_content"><p>Wallpaper rendering information.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">