Add examples/emotion_update.json
This commit is contained in:
commit
bc90326f58
1 changed files with 20 additions and 0 deletions
20
examples/emotion_update.json
Normal file
20
examples/emotion_update.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue