0
0
Fork 0
matrix-doc/event-schemas/examples/m.presence

13 lines
287 B
Plaintext
Raw Permalink Normal View History

{
"$ref": "core/event.json",
"sender": "@example:localhost",
"type": "m.presence",
"content": {
"avatar_url": "mxc://localhost:wefuiwegh8742w",
"last_active_ago": 2478593,
"presence": "online",
2018-12-10 22:41:41 +00:00
"currently_active": false,
"status_msg": "Making cupcakes"
}
}