#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -429971172 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a chat background.
Definition at line 3525 of file td_api.h.
◆ background() [1/2]
| td::td_api::background::background |
( |
| ) |
|
Describes a chat background.
◆ background() [2/2]
Describes a chat background.
- Parameters
-
| [in] | id_ | Unique background identifier. |
| [in] | is_default_ | True, if this is one of default backgrounds. |
| [in] | is_dark_ | True, if the background is dark and is recommended to be used with dark theme. |
| [in] | name_ | Unique background name. |
| [in] | document_ | Document with the background; may be null. Null only for filled and chat theme backgrounds. |
| [in] | type_ | Type of the background. |
◆ store()
| void td::td_api::background::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.
◆ document_
Document with the background; may be null. Null only for filled and chat theme backgrounds.
Definition at line 3544 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::background::ID = -429971172 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 3566 of file td_api.h.
◆ id_
| int64 td::td_api::background::id_ |
Unique background identifier.
Definition at line 3536 of file td_api.h.
◆ is_dark_
| bool td::td_api::background::is_dark_ |
True, if the background is dark and is recommended to be used with dark theme.
Definition at line 3540 of file td_api.h.
◆ is_default_
| bool td::td_api::background::is_default_ |
True, if this is one of default backgrounds.
Definition at line 3538 of file td_api.h.
◆ name_
| string td::td_api::background::name_ |
Unique background name.
Definition at line 3542 of file td_api.h.
◆ type_
Type of the background.
Definition at line 3546 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