Forward Messages

Forwarding feature helps the app users to share the single/multiple messages to one or more users.

Forward messages to single or multiple users#

if you want to forward the messages to the single or multiple users, you can utilise the below method.

ArgumentTypeDescription
MESSAGE_ID_LISTList<String>list of message id's
JID_LISTList<String>jid list of the chat users
flyCallbackFlyResponsecallback to observe the action status
Mirrorfly.forwardMessagesToMultipleUsers(messageIds: MESSAGE_ID_LIST, userList: JID_LIST, flyCallBack: (FlyResponse response) {
if(response.isSuccess){
}
);