Browse SDKs · Flutter
SDKsFlutter

Create a forwarded message

Create a single-message forward with the OpenIM Flutter SDK.

Copy
final message = await OpenIM.iMManager.messageManager
    .createForwardMessage(message: sourceMessage);

The source message must have been sent successfully. The returned object has a new clientMsgID and does not modify the source message.