Update backend_protocol for emote send/recv
This commit is contained in:
parent
8eb30fc5d5
commit
f498f2c475
1 changed files with 12 additions and 0 deletions
|
@ -60,6 +60,16 @@ the same "phrase".
|
|||
}
|
||||
```
|
||||
|
||||
6. Chat Emote Send:
|
||||
|
||||
```
|
||||
{
|
||||
"id": "id given by backend",
|
||||
"type": "send_emote",
|
||||
"emote": "smile", // or "frown", or "neutral", or "think"
|
||||
}
|
||||
```
|
||||
|
||||
## Responses
|
||||
|
||||
1. Request ID Response
|
||||
|
@ -149,6 +159,8 @@ then the back-end will respond with "too\_many\_players".
|
|||
// g - magenta placed
|
||||
// h - cyan winning and placed piece
|
||||
// i - magenta winning and placed piece
|
||||
// optional "peer_emote" entry is message from opponent
|
||||
"peer_emote": "smile" // or "frown", or "neutral", or "think"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue