Inherits Object.
Contains a list of message positions.
Public Fields | |
int32 | total_count_ |
Total number of messages found. | |
array< object_ptr< messagePosition > > | positions_ |
List of message positions. | |
Public Instance Methods | |
messagePositions () | |
messagePositions (int32 total_count_, array< object_ptr< messagePosition >> &&positions_) | |
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 = -1930466649 |
Identifier uniquely determining a type of the object. | |
messagePositions | ( | ) |
Contains a list of message positions.
messagePositions | ( | int32 | total_count_, |
array< object_ptr< messagePosition >> && | positions_ | ||
) |
Contains a list of message positions.
[in] | total_count_ | Total number of messages found. |
[in] | positions_ | List of message positions. |
|
finalvirtual |