mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
{
|
|
"$ref": "m.room.member",
|
|
"content": {
|
|
"membership": "invite",
|
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
|
|
"displayname": "Alice Margatroid"
|
|
},
|
|
"unsigned": {
|
|
"age": 1234,
|
|
"invite_room_state": {
|
|
"$ref": "invite_room_state.json"
|
|
}
|
|
}
|
|
}
|