SDKsAndroid
Create a forwarded message
Use createForwardMessage to create a forwarded copy of a message.
Pass the source Message. The returned message must still be delivered to the target conversation through a send API.
Message message = OpenIMClient.getInstance().messageManager.createForwardMessage(sourceMessage);Was this page helpful?