Update content of files

This commit is contained in:
GitHub Action 2023-12-12 19:17:45 +00:00
parent 49c2044b86
commit 8f72bbbba7
2 changed files with 5 additions and 5 deletions

View file

@ -100,12 +100,12 @@ hidden…">
<tr>
<td><strong>colors</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/help.PeerColorSet">help.PeerColorSet</a></td>
<td>Light mode palette</td>
<td>Light mode palette. <br>Will be empty for IDs <code>0</code> to <code>6</code> inclusive, in which case a palette containing a single color from the following colors should be used: red, orange, violet, green, cyan, blue, pink for indexes 0 to 6.</td>
</tr>
<tr>
<td><strong>dark_colors</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/help.PeerColorSet">help.PeerColorSet</a></td>
<td>Dark mode palette</td>
<td>Dark mode palette. Optional, defaults to the palette in <code>colors</code> (or the autogenerated palette for IDs <code>0</code> to <code>6</code>) if absent.</td>
</tr>
</tbody>
</table>

View file

@ -11,7 +11,7 @@ Type
Description
colors
Vector&lt;int&gt;
Type…">
A…">
<meta property="og:title" content="help.peerColorSet">
<meta property="og:image" content="">
<meta property="og:description" content="Represents a color palette that can be used in message accents ».
@ -21,7 +21,7 @@ Type
Description
colors
Vector&lt;int&gt;
Type…">
A…">
<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">
@ -83,7 +83,7 @@ Type…">
<tr>
<td><strong>colors</strong></td>
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/int">int</a>&gt;</td>
<td></td>
<td>A list of 1-3 colors in RGB format, describing the accent color.</td>
</tr>
</tbody>
</table>