replyChannelMessage(messageId, channelId, message);
Call this method to reply to a Channel Message.
JavaScript
sdk.replyChannelMessage(messageId, channelId, message);
replyChannelMessage(messageId, ChannelId, message);
| Parameters | Description | Type |
|---|---|---|
| messageId | The id of the message that you want to reply to | String |
| channelId | The id of the channel that you want to send the message | String |
| message | the message that you want to send as a reply | String |
Properties
| Properties | Description | Type |
|---|---|---|
| _id | The id of the reply message that you sent | String |
| likes | Array of likes that the message received | Array |
| created | the date and time when the reply message was created | String |
| user | the user object | Object |
| channel | channel id to which the reply message was sent | String |
| message | the message that was sent as a reply | String |
| repliedTo | The message object to which this reply was sent | String |
Response
This method provides no response