mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 12:51:32 +00:00
Add new "command" field to message.send API doc
parent
d064512b6c
commit
0e217442a4
@ -13,6 +13,7 @@
|
|||||||
| *originator* | `string` | | Name of the sender. |
|
| *originator* | `string` | | Name of the sender. |
|
||||||
| *wpm* | `number` | | Tunes typing speed based on words per minute. |
|
| *wpm* | `number` | | Tunes typing speed based on words per minute. |
|
||||||
| *typing* | `boolean` | | Displays typing indicator when true. |
|
| *typing* | `boolean` | | Displays typing indicator when true. |
|
||||||
|
| *command* | `json` | | Send this message to the TFW server when the message is clicked. |
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@ -23,4 +24,4 @@
|
|||||||
"originator": "Brian Kernighan",
|
"originator": "Brian Kernighan",
|
||||||
"message": "hello, world"
|
"message": "hello, world"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user