Inherits Object.
File with the date it was uploaded.
Public Fields | |
object_ptr< file > | file_ |
The file. | |
int32 | date_ |
Point in time (Unix timestamp) when the file was uploaded. | |
Public Instance Methods | |
datedFile () | |
datedFile (object_ptr< file > &&file_, int32 date_) | |
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 = -1840795491 |
Identifier uniquely determining a type of the object. | |
datedFile | ( | ) |
File with the date it was uploaded.
datedFile | ( | object_ptr< file > && | file_, |
int32 | date_ | ||
) |
File with the date it was uploaded.
[in] | file_ | The file. |
[in] | date_ | Point in time (Unix timestamp) when the file was uploaded. |
|
finalvirtual |