SDKsFlutter
Create a forwarded message
Create a single-message forward with the OpenIM Flutter SDK.
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.
Was this page helpful?