matrix-spec/event-schemas/examples/m.room.encrypted#megolm

15 lines
474 B
Plaintext
Raw Normal View History

{
"content": {
"algorithm": "m.megolm.v1.aes-sha2",
2018-07-17 22:39:45 +02:00
"ciphertext": "AwgAEnACgAkLmt6qF84IK++J7UDH2Za1YVchHyprqTqsg...",
"device_id": "RJYKSTBOIE",
"sender_key": "IlRMeOPX2e0MurIyfWEucYBRVOEEUMrOHqn/8mLqMjA",
"session_id": "X3lUlvLELLYxeTx4yOVu6UDpasGEVO0Jbu+QFnm0cKQ"
},
"event_id": "$WLGTSEFSEF:localhost",
2018-07-17 22:02:53 +02:00
"room_id": "!Cuyf34gef24t:localhost",
"origin_server_ts": 1476648761524,
"sender": "@example:localhost",
2018-07-17 22:39:45 +02:00
"type": "m.room.encrypted"
}