Skip to content

Edit Message



wss message_edit

The message_edit request allowed the sender of the message to edit their own message with selected fields.

NameTypeDescription
idstringIdentifier of the message
bodystringNew text content of the message
{
"id": "RequestId",
"success": true
}
{
"request": {
"message_edit": {
"id": "63077ad836b78c3d82af0812",
"body": "updated message body"
},
"id": "RequestId"
}
}

Then other users in this conversation who is online will receive the following message:

{
"message_edit": {
"id": "63077ad836b78c3d82af0812",
"body": "updated message body",
"from": "634ec51c0b65918393dca5bf"
}
}