docs-matrix-spec/event-schemas/examples/m.presence
2018-12-10 15:41:41 -07:00

12 lines
287 B
Text

{
"$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"
}
}