Inherits PageBlock.
The author and publishing date of a page.
Public Fields | |
object_ptr< RichText > | author_ |
Author. | |
int32 | publish_date_ |
Point in time (Unix timestamp) when the article was published; 0 if unknown. | |
Public Instance Methods | |
pageBlockAuthorDate () | |
pageBlockAuthorDate (object_ptr< RichText > &&author_, int32 publish_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 = 1300231184 |
Identifier uniquely determining a type of the object. | |
The author and publishing date of a page.
pageBlockAuthorDate | ( | object_ptr< RichText > && | author_, |
int32 | publish_date_ | ||
) |
The author and publishing date of a page.
[in] | author_ | Author. |
[in] | publish_date_ | Point in time (Unix timestamp) when the article was published; 0 if unknown. |
|
finalvirtual |