mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-29 12:08:37 +01:00
19 lines
354 B
JSON
19 lines
354 B
JSON
[
|
|
{
|
|
"type": "m.room.name",
|
|
"sender": "@bob:example.org",
|
|
"state_key": "",
|
|
"content": {
|
|
"name": "Example Room"
|
|
}
|
|
},
|
|
{
|
|
"type": "m.room.join_rules",
|
|
"sender": "@bob:example.org",
|
|
"state_key": "",
|
|
"content": {
|
|
"join_rule": "invite"
|
|
}
|
|
}
|
|
]
|