Chat Android v4
Chat Android
Chat
Android
Version 4
Home
/
Chat
/
Android
/
Message
A user can copy and send their own message in the same channel or to another channel.
Parameter name | Type | Description |
---|---|---|
userMessage | BaseMessage | Specifies a user message to copy. |
fileMessage | BaseMessage | Specifies a file message to copy. |
targetChannel | BaseChannel | Specifies a target channel to send a copied message to. |
handler | Interface | Specifies the callback handler to receive the response from the Sendbird server for a message copy request. |