SDKsFlutter
Create a merged message
Create a merged-forward message with the OpenIM Flutter SDK.
final message = await OpenIM.iMManager.messageManager.createMergerMessage(
messageList: selectedMessages,
title: 'Chat history',
summaryList: summaries,
);The messages must already have been sent, and summaries should be generated safely in order. The Future creates a new object waiting to be sent.
Was this page helpful?