Inherits Object.
Contains information about a message in a specific position.
Public Fields | |
int32 | position_ |
0-based message position in the full list of suitable messages. | |
int53 | message_id_ |
Message identifier. | |
int32 | date_ |
Point in time (Unix timestamp) when the message was sent. | |
Public Instance Methods | |
messagePosition () | |
messagePosition (int32 position_, int53 message_id_, 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 = 1292189935 |
Identifier uniquely determining a type of the object. | |
messagePosition | ( | ) |
Contains information about a message in a specific position.
messagePosition | ( | int32 | position_, |
int53 | message_id_, | ||
int32 | date_ | ||
) |
Contains information about a message in a specific position.
[in] | position_ | 0-based message position in the full list of suitable messages. |
[in] | message_id_ | Message identifier. |
[in] | date_ | Point in time (Unix timestamp) when the message was sent. |
|
finalvirtual |