copy Multiple Files Message
fun copyMultipleFilesMessage(targetChannel: BaseChannel, multipleFilesMessage: MultipleFilesMessage, handler: MultipleFilesMessageHandler?): MultipleFilesMessage?
This is a function that copies a MultipleFilesMessage to another channel.
Since
4.10.0
Parameters
target Channel
The target channel to copy the message to.
multiple Files Message
The message to copy.
handler
Callback handler indicating the result of copying a MultipleFilesMessage.