#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1935106938 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes theme settings.
Definition at line 74055 of file td_api.h.
◆ themeSettings() [1/2]
| td::td_api::themeSettings::themeSettings |
( |
| ) |
|
Describes theme settings.
◆ themeSettings() [2/2]
Describes theme settings.
- Parameters
-
| [in] | base_theme_ | Base theme for this theme. |
| [in] | accent_color_ | Theme accent color in ARGB format. |
| [in] | background_ | The background to be used in chats; may be null. |
| [in] | outgoing_message_fill_ | The fill to be used as a background for outgoing messages; may be null if the fill from the base theme must be used instead. |
| [in] | animate_outgoing_message_fill_ | If true, the freeform gradient fill needs to be animated on every sent message. |
| [in] | outgoing_message_accent_color_ | Accent color of outgoing messages in ARGB format. |
◆ store()
| void td::td_api::themeSettings::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.
◆ accent_color_
| int32 td::td_api::themeSettings::accent_color_ |
Theme accent color in ARGB format.
Definition at line 74068 of file td_api.h.
◆ animate_outgoing_message_fill_
| bool td::td_api::themeSettings::animate_outgoing_message_fill_ |
If true, the freeform gradient fill needs to be animated on every sent message.
Definition at line 74074 of file td_api.h.
◆ background_
The background to be used in chats; may be null.
Definition at line 74070 of file td_api.h.
◆ base_theme_
Base theme for this theme.
Definition at line 74066 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::themeSettings::ID = 1935106938 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 74096 of file td_api.h.
◆ outgoing_message_accent_color_
| int32 td::td_api::themeSettings::outgoing_message_accent_color_ |
Accent color of outgoing messages in ARGB format.
Definition at line 74076 of file td_api.h.
◆ outgoing_message_fill_
The fill to be used as a background for outgoing messages; may be null if the fill from the base theme must be used instead.
Definition at line 74072 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