Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/pages/docs/chat/rooms/messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ The following is the structure of a deleted message:
{
"serial": "01726232498871-001@abcdefghij:001",
"clientId": "basketLover014",
"text": "What a shot!",
"text": "",
"headers": {},
"metadata": {},
"createdAt": new Date("2024-06-12T11:37:59.988Z"),
Expand All @@ -571,6 +571,9 @@ The deleted message response is identical to the structure of a message, with th
| version | Set to the serial of the deletion action. |
| timestamp | Set to the time the message was deleted. |
| operation | Set to the details the actioning client provided in the request. |
| text | Set to the empty string. |
| metadata | Set to the empty object. |
| headers | Set to the empty object. |

## Ordering chat message events <a id="global-ordering"/>

Expand Down