mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
13 lines
287 B
YAML
13 lines
287 B
YAML
{
|
|
"$ref": "core/event.json",
|
|
"sender": "@example:localhost",
|
|
"type": "m.presence",
|
|
"content": {
|
|
"avatar_url": "mxc://localhost/wefuiwegh8742w",
|
|
"last_active_ago": 2478593,
|
|
"presence": "online",
|
|
"currently_active": false,
|
|
"status_msg": "Making cupcakes"
|
|
}
|
|
}
|