Inherits Update.
The state of the file download list has changed.
Public Fields | |
int53 | total_size_ |
Total size of files in the file download list, in bytes. | |
int32 | total_count_ |
Total number of files in the file download list. | |
int53 | downloaded_size_ |
Total downloaded size of files in the file download list, in bytes. | |
Public Instance Methods | |
updateFileDownloads () | |
updateFileDownloads (int53 total_size_, int32 total_count_, int53 downloaded_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 = -389213497 |
Identifier uniquely determining a type of the object. | |
The state of the file download list has changed.
updateFileDownloads | ( | int53 | total_size_, |
int32 | total_count_, | ||
int53 | downloaded_size_ | ||
) |
The state of the file download list has changed.
[in] | total_size_ | Total size of files in the file download list, in bytes. |
[in] | total_count_ | Total number of files in the file download list. |
[in] | downloaded_size_ | Total downloaded size of files in the file download list, in bytes. |
|
finalvirtual |