Inherits Object.
Contains the exact storage usage statistics split by chats and file type.
Public Fields | |
int53 | size_ |
Total size of files, in bytes. | |
int32 | count_ |
Total number of files. | |
array< object_ptr< storageStatisticsByChat > > | by_chat_ |
Statistics split by chats. | |
Public Instance Methods | |
storageStatistics () | |
storageStatistics (int53 size_, int32 count_, array< object_ptr< storageStatisticsByChat >> &&by_chat_) | |
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 = 217237013 |
Identifier uniquely determining a type of the object. | |
Contains the exact storage usage statistics split by chats and file type.
storageStatistics | ( | int53 | size_, |
int32 | count_, | ||
array< object_ptr< storageStatisticsByChat >> && | by_chat_ | ||
) |
Contains the exact storage usage statistics split by chats and file type.
[in] | size_ | Total size of files, in bytes. |
[in] | count_ | Total number of files. |
[in] | by_chat_ | Statistics split by chats. |
|
finalvirtual |