mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 12:38:38 +01:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
{
|
|
"$ref": "core/state_event.json",
|
|
"state_key": "@alice:example.org",
|
|
"type": "m.room.member",
|
|
"content": {
|
|
"membership": "join",
|
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF#auto",
|
|
"displayname": "Alice Margatroid"
|
|
}
|
|
}
|