Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
input# | string | A indexed word from the Example: Hello! |
inputEscaped# | string | A indexed word from the Example: Hello! |
inputUrlEncoded# | string | A indexed word from the Example: Hello! |
message | string | Text content of the chat message Example: Hello! |
messageId | string | Trovo's message identifier Example: 1.7014381661005743e+47 |
rawInput | string | The raw message sent to the chat Example: Hello! |
rawInputEscaped | string | The raw message sent to the chat escaped Example: Hello! |
rawInputUrlEncoded | string | The raw message sent to the chat url encoded Example: Hello! |