docs-matrix-spec/event-schemas/examples/m.room.message_m.text
Kegan Dougal a8af9bef29 Add example events.
These can be used for assertions as well as drop ins for the spec.
2015-05-18 16:13:41 +01:00

12 lines
290 B
Text

{
"age": 242352,
"content": {
"body": "This is an example text message",
"msgtype": "m.text"
},
"origin_server_ts": 1431961217939,
"event_id": "$WLGTSEFSEF:localhost",
"type": "m.room.message",
"room_id": "!Cuyf34gef24t:localhost",
"user_id": "@example:localhost"
}