mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 02:18:38 +01:00
17 lines
445 B
JSON
17 lines
445 B
JSON
|
|
{
|
||
|
|
"room_id": "!UcYsUzyxTGDxLBEvLy:example.org",
|
||
|
|
"sender": "@alice:example.com",
|
||
|
|
"origin": "example.com",
|
||
|
|
"event_id": "$a4ecee13e2accdadf56c1025:example.com",
|
||
|
|
"origin_server_ts": 1404838188000,
|
||
|
|
"type": "m.room.message",
|
||
|
|
"prev_events": [
|
||
|
|
[
|
||
|
|
"$af232176:example.org",
|
||
|
|
{"sha256": "abase64encodedsha256hashshouldbe43byteslong"}
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"content": {
|
||
|
|
"key": "value"
|
||
|
|
}
|
||
|
|
}
|