Inherits Object.
Contains autosave settings for an autosave settings scope.
Public Fields | |
bool | autosave_photos_ |
True, if photo autosave is enabled. | |
bool | autosave_videos_ |
True, if video autosave is enabled. | |
int53 | max_video_file_size_ |
The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB. | |
Public Instance Methods | |
scopeAutosaveSettings () | |
scopeAutosaveSettings (bool autosave_photos_, bool autosave_videos_, int53 max_video_file_size_) | |
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 = 1546821427 |
Identifier uniquely determining a type of the object. | |
Contains autosave settings for an autosave settings scope.
scopeAutosaveSettings | ( | bool | autosave_photos_, |
bool | autosave_videos_, | ||
int53 | max_video_file_size_ | ||
) |
Contains autosave settings for an autosave settings scope.
[in] | autosave_photos_ | True, if photo autosave is enabled. |
[in] | autosave_videos_ | True, if video autosave is enabled. |
[in] | max_video_file_size_ | The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB. |
|
finalvirtual |