matrix-spec/data/event-schemas/examples/m.room.topic.yaml

9 lines
131 B
YAML
Raw Permalink Normal View History

{
"$ref": "core/state_event.json",
"type": "m.room.topic",
"state_key": "",
"content": {
"topic": "A room topic"
}
}