TDLib v0.0.2 TDLib.Object.UpdateChatLastMessage View Source

The last message of a chat was changed. If last_message is null then the last message in the chat became unknown. Some new unknown messages might be added to the chat in this case.

NameTypeDescription
chat_idstringChat identifier.
last_messagemessageThe new last message in the chat; may be null.
orderstringNew value of the chat order.

More details on telegram’s documentation.