Add new "command" field to message.send API doc

Kristóf Tóth 2019-12-19 15:46:40 +01:00
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"
} }
``` ```