Inherits Object.
Contains auto-download settings presets for the current user.
Public Fields | |
object_ptr< autoDownloadSettings > | low_ |
Preset with lowest settings; expected to be used by default when roaming. | |
object_ptr< autoDownloadSettings > | medium_ |
Preset with medium settings; expected to be used by default when using mobile data. | |
object_ptr< autoDownloadSettings > | high_ |
Preset with highest settings; expected to be used by default when connected on Wi-Fi. | |
Public Instance Methods | |
autoDownloadSettingsPresets () | |
autoDownloadSettingsPresets (object_ptr< autoDownloadSettings > &&low_, object_ptr< autoDownloadSettings > &&medium_, object_ptr< autoDownloadSettings > &&high_) | |
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 = -782099166 |
Identifier uniquely determining a type of the object. | |
Contains auto-download settings presets for the current user.
autoDownloadSettingsPresets | ( | object_ptr< autoDownloadSettings > && | low_, |
object_ptr< autoDownloadSettings > && | medium_, | ||
object_ptr< autoDownloadSettings > && | high_ | ||
) |
Contains auto-download settings presets for the current user.
[in] | low_ | Preset with lowest settings; expected to be used by default when roaming. |
[in] | medium_ | Preset with medium settings; expected to be used by default when using mobile data. |
[in] | high_ | Preset with highest settings; expected to be used by default when connected on Wi-Fi. |
|
finalvirtual |