2015-05-18 15:13:41 +00:00
|
|
|
{
|
2018-08-24 23:59:48 +00:00
|
|
|
"$ref": "core/room_event.json",
|
|
|
|
"type": "m.room.message",
|
2015-05-18 15:13:41 +00:00
|
|
|
"content": {
|
|
|
|
"body": "This is an example notice",
|
2018-08-26 04:57:52 +00:00
|
|
|
"msgtype": "m.notice",
|
|
|
|
"format": "org.matrix.custom.html",
|
|
|
|
"formatted_body": "This is an <strong>example</strong> notice"
|
2018-08-24 23:59:48 +00:00
|
|
|
}
|
2015-05-18 15:13:41 +00:00
|
|
|
}
|