Inherits Update.
The default background has changed.
Public Fields | |
bool | for_dark_theme_ |
True, if default background for dark theme has changed. | |
object_ptr< background > | background_ |
The new default background; may be null. | |
Public Instance Methods | |
updateDefaultBackground () | |
updateDefaultBackground (bool for_dark_theme_, object_ptr< background > &&background_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -716139217 |
Identifier uniquely determining a type of the object. | |
The default background has changed.
updateDefaultBackground | ( | bool | for_dark_theme_, |
object_ptr< background > && | background_ | ||
) |
The default background has changed.
[in] | for_dark_theme_ | True, if default background for dark theme has changed. |
[in] | background_ | The new default background; may be null. |
|
finalvirtual |