Add examples/emotion_update.json

This commit is contained in:
Strix 2023-08-03 21:56:23 +00:00
commit bc90326f58

View file

@ -0,0 +1,20 @@
{
"id": "xxx",
"update_to": "xxx",
"type": "update_emotion",
"old_emotion": "!happy",
"emotion": "happy",
"cause": {
"type": "upgrade",
"object": "room",
"upgrade_type": "change",
"room_details": {
"ref": "rooms[-1]",
"size": {
"multiplier": 4
}
}
},
"emoticon": ":DDD"
}