You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
261 B
YAML
11 lines
261 B
YAML
10 years ago
|
{
|
||
6 years ago
|
"$ref": "core/room_event.json",
|
||
|
"type": "m.room.message",
|
||
10 years ago
|
"content": {
|
||
|
"body": "thinks this is an example emote",
|
||
6 years ago
|
"msgtype": "m.emote",
|
||
|
"format": "org.matrix.custom.html",
|
||
|
"formatted_body": "thinks <b>this</b> is an example emote"
|
||
6 years ago
|
}
|
||
10 years ago
|
}
|