We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f718f5 commit 29a0b6dCopy full SHA for 29a0b6d
1 file changed
README.md
@@ -95,7 +95,7 @@ always be the login of the user typing the command, and `room_id` will be where
95
it was typed.
96
The optional `mention_slug` parameter will provide the name to use to refer to
97
the user when sending a message; this may or may not be the same thing as the
98
-username, depending on the chat system being used.
+username, depending on the chat system being used. The optional `message_id` parameter will provide a reference to the message that invoked the rpc.
99
100
You can return `jsonrpc_success` with a string to return text to chat. If you
101
have an input validation or other handle-able error, you can use
0 commit comments