Inherits BackgroundType.
A wallpaper in JPEG format.
Public Fields | |
bool | is_blurred_ |
True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred with radius 12. | |
bool | is_moving_ |
True, if the background needs to be slightly moved when device is tilted. | |
Public Instance Methods | |
backgroundTypeWallpaper () | |
backgroundTypeWallpaper (bool is_blurred_, bool is_moving_) | |
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 = 1972128891 |
Identifier uniquely determining a type of the object. | |
A wallpaper in JPEG format.
backgroundTypeWallpaper | ( | bool | is_blurred_, |
bool | is_moving_ | ||
) |
A wallpaper in JPEG format.
[in] | is_blurred_ | True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred with radius 12. |
[in] | is_moving_ | True, if the background needs to be slightly moved when device is tilted. |
|
finalvirtual |