Inherits Update.
The last message of a chat was changed.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
object_ptr< message > | last_message_ |
The new last message in the chat; may be null if the last message became unknown. While the last message is unknown, new messages can be added to the chat without corresponding updateNewMessage update. | |
array< object_ptr< chatPosition > > | positions_ |
The new chat positions in the chat lists. | |
Public Instance Methods | |
updateChatLastMessage () | |
updateChatLastMessage (int53 chat_id_, object_ptr< message > &&last_message_, array< object_ptr< chatPosition >> &&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 = -923244537 |
Identifier uniquely determining a type of the object. | |
The last message of a chat was changed.
updateChatLastMessage | ( | int53 | chat_id_, |
object_ptr< message > && | last_message_, | ||
array< object_ptr< chatPosition >> && | positions_ | ||
) |
The last message of a chat was changed.
[in] | chat_id_ | Chat identifier. |
[in] | last_message_ | The new last message in the chat; may be null if the last message became unknown. While the last message is unknown, new messages can be added to the chat without corresponding updateNewMessage update. |
[in] | positions_ | The new chat positions in the chat lists. |
|
finalvirtual |