matrix-spec/data/event-schemas/examples/m.secret.send.yaml

8 lines
143 B
YAML
Raw Normal View History

{
2022-11-01 22:56:29 +01:00
"type": "m.secret.send",
"content": {
"request_id": "randomly_generated_id_9573",
"secret": "ThisIsASecretDon'tTellAnyone"
}
}