Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
Message
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 copyMessage()
method.
List of parameters
Copy link
Parameter name | Type | Description |
---|---|---|
message | BaseMessage | Specifies a type of message to copy. Acceptable values are |
targetChannel | BaseChannel | Specifies a target channel to send a copied message to. |
onCompleted | Function(BaseMessage, error) | Specifies the callback handler to receive the response from Sendbird server for a message copy request. |