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.
| Argument | Type | Description |
|---|---|---|
| MESSAGE_ID_LIST | List<String> | list of message id's |
| JID_LIST | List<String> | jid list of the chat users |
| flyCallback | FlyResponse | callback to observe the action status |