mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 17:28:38 +01:00
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
|
|
{
|
||
|
|
"type": "m.key.verification.request",
|
||
|
|
"content": {
|
||
|
|
"from_device": "AliceDevice2",
|
||
|
|
"transaction_id": "S0meUniqueAndOpaqueString",
|
||
|
|
"methods": [
|
||
|
|
"m.sas.v1"
|
||
|
|
],
|
||
|
|
"timestamp": 1559598944869
|
||
|
|
}
|
||
|
|
}
|