#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| array< int32 > | palette_colors_ |
| | The list of 1-2 colors in RGB format, describing the colors, as expected to be shown in the color palette settings.
|
| |
| array< int32 > | background_colors_ |
| | The list of 1-2 colors in RGB format, describing the colors, as expected to be used for the profile photo background.
|
| |
| array< int32 > | story_colors_ |
| | The list of 2 colors in RGB format, describing the colors of the gradient to be used for the unread active story indicator around profile photo.
|
| |
|
| static const std::int32_t | ID = -596042431 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about supported accent colors for user profile photo background in RGB format.
Definition at line 55304 of file td_api.h.
◆ profileAccentColors() [1/2]
| td::td_api::profileAccentColors::profileAccentColors |
( |
| ) |
|
Contains information about supported accent colors for user profile photo background in RGB format.
◆ profileAccentColors() [2/2]
| td::td_api::profileAccentColors::profileAccentColors |
( |
array< int32 > && |
palette_colors_, |
|
|
array< int32 > && |
background_colors_, |
|
|
array< int32 > && |
story_colors_ |
|
) |
| |
Contains information about supported accent colors for user profile photo background in RGB format.
- Parameters
-
| [in] | palette_colors_ | The list of 1-2 colors in RGB format, describing the colors, as expected to be shown in the color palette settings. |
| [in] | background_colors_ | The list of 1-2 colors in RGB format, describing the colors, as expected to be used for the profile photo background. |
| [in] | story_colors_ | The list of 2 colors in RGB format, describing the colors of the gradient to be used for the unread active story indicator around profile photo. |
◆ store()
| void td::td_api::profileAccentColors::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ background_colors_
| array<int32> td::td_api::profileAccentColors::background_colors_ |
The list of 1-2 colors in RGB format, describing the colors, as expected to be used for the profile photo background.
Definition at line 55317 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::profileAccentColors::ID = -596042431 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 55336 of file td_api.h.
◆ palette_colors_
| array<int32> td::td_api::profileAccentColors::palette_colors_ |
The list of 1-2 colors in RGB format, describing the colors, as expected to be shown in the color palette settings.
Definition at line 55315 of file td_api.h.
◆ story_colors_
| array<int32> td::td_api::profileAccentColors::story_colors_ |
The list of 2 colors in RGB format, describing the colors of the gradient to be used for the unread active story indicator around profile photo.
Definition at line 55319 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h