mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-14 18:13:47 +01:00
13 lines
278 B
YAML
13 lines
278 B
YAML
|
|
{
|
||
|
|
"$ref": "m.room.member.yaml",
|
||
|
|
"content": {
|
||
|
|
"membership": "join",
|
||
|
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
|
||
|
|
"displayname": "Alice Margatroid",
|
||
|
|
"join_authorised_via_users_server": "@bob:other.example.org"
|
||
|
|
},
|
||
|
|
"unsigned": {
|
||
|
|
"age": 1234
|
||
|
|
}
|
||
|
|
}
|