about summary refs log tree commit diff
path: root/Tests/LibMatrix.EventTypes.Abstractions.Tests/TestData/RoomMessageEventContent.json
blob: d9c7024404f50ca30b5562c52c77418e837ef4ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "body": "This is a test message",
  "format": "org.matrix.custom.html",
  "formatted_body": "This is a test message <b>with HTML!</b>",
  "m.mentions": {
    "user_ids": [
      "@emma:rory.gay"
    ]
  },
  "msgtype": "m.text"
}