mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
12 lines
279 B
Plaintext
12 lines
279 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",
|
|
"displayname": "Alice Margatroid",
|
|
"reason": "Looking for support"
|
|
}
|
|
}
|