copyMultipleFilesMessage

fun GroupChannel.copyMultipleFilesMessage(targetChannel: BaseChannel, multipleFilesMessage: MultipleFilesMessage): Flow<MessageResult<MultipleFilesMessage>>

Deprecated

As of 4.17.0, replaced with copyMultipleFilesMessageFlow(targetChannel, multipleFilesMessage).

Replace with

copyMultipleFilesMessageFlow(targetChannel, multipleFilesMessage)

Copy multiple files message

Return

The Flow of MessageResult. Or throw SendbirdException if request failed.

Since

4.15.0

Parameters

targetChannel

The target channel to copy message.

multipleFilesMessage

The message to copy.