UpdateChatLastMessage constructor

UpdateChatLastMessage(
  1. {required int chat_id,
  2. Message? last_message,
  3. required List<ChatPosition> positions,
  4. int? extra,
  5. int? clientId}
)

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

Implementation

UpdateChatLastMessage