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
49c2044b86
commit
8f72bbbba7
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -11,7 +11,7 @@ Type
|
|||
Description
|
||||
colors
|
||||
Vector<int>
|
||||
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<int>
|
||||
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><<a href="/type/int">int</a>></td>
|
||||
<td></td>
|
||||
<td>A list of 1-3 colors in RGB format, describing the accent color.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue