about summary refs log tree commit diff
path: root/Tests/LibMatrix.EventTypes.Abstractions.Tests/TestData/RoomMessageEvent.json
blob: 30721142abfc79a2e3f40094b539382fdbf234c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "content": {
        "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"
    },
    "event_id": "$qBmS2SyNAA-ODcOZpAd_RRfApzXuMmy0VHsCqnMebzI",
    "origin_server_ts": 1717100265714,
    "sender": "@user:example.xyz",
    "type": "m.room.message",
    "unsigned": null
}