Chat SDKs .NET v4
Chat SDKs .NET
Chat SDKs
.NET
Version 4
Copy a message
Copy link
A user can copy and send their own message in the same channel or to another channel. Both user messages and file messages can be copied using the CopyUserMessage()
or CopyFileMessage()
method.
List of parameters
Copy link
Parameter name | Type | Description |
---|---|---|
inUserMessage | SbUserMessage | Specifies a user message to copy. |
inFileMessage | SbFileMessage | Specifies a file message to copy. |
inToTargetChannel | SbBaseChannel | Specifies a target channel to send a copied message to. |
inCompletionHandler | SbUserMessageHandler | Specifies the callback handler to receive the response from Sendbird server for a message copy request. |