Chat Message

Trigger for incoming Trovo chat messages

Variables

The following variables will be populated when this trigger executes:

Description
input#string

A indexed word from the rawInput

Example: Hello!
inputEscaped#string

A indexed word from the rawInput escaped

Example: Hello!
inputUrlEncoded#string

A indexed word from the rawInput url encoded

Example: Hello!
messagestring

Text content of the chat message

Example: Hello!
messageIdstring

Trovo's message identifier

Example: 1.7014381661005743e+47
rawInputstring

The raw message sent to the chat

Example: Hello!
rawInputEscapedstring

The raw message sent to the chat escaped

Example: Hello!
rawInputUrlEncodedstring

The raw message sent to the chat url encoded

Example: Hello!