Forward messages

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

Forward Messages to Single / Multiple Users#

    ChatManager.forwardMessages(MESSAGEIDLIST, TOJIDLIST){ isSuccess, flyError, flyData in
    if isSuccess {
    } else{
    print(flyError!.localizedDescription)
    }
    }
    ArgumentTypeDescription
    MESSAGEIDLIST[String]array of messageIds to forward
    TOJIDLIST[String]array of jids to forwards messages
    CALLBACKFlyCompletionHandlerFlyCompletionHandler used as completion Handler