You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**user** | The display name of the user that sent the command.
743
+
**message** | The entire chat message, including the command.
744
+
**message_id** | The id of the message (used with [Twitch DeleteMessage](#twitch-deletemessage)). If the message was sent by Kruiz Control, the id will be an empty string (`""`).
745
+
**amount** | The value of the Hype Chat sent by the user. Example: `500` if $5 was tipped.
746
+
**formatted_amount** | The formatted value of the Hype Chat sent by the user. Example: `5.00` is $5 was tipped.
747
+
**currency** | The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes) alphabetic currency code the user has sent the Hype Chat in.
748
+
**exponent** | Indicates how many decimal points this currency represents partial amounts in. Decimal points start from the right side of the value defined in `amount`.
749
+
**level** | The level of the Hype Chat, in English. Possible values are [`ONE`, `TWO`, ..., `TEN`], written in all caps.
750
+
**is_system_message** | A boolean value that determines if the message sent with the Hype Chat was filled in by the system.
751
+
**data** | An object with all metadata about the message (for use with [Function](#function)).
752
+
753
+
***
754
+
729
755
#### OnKeyword
730
756
_WARNING: Kruiz Control responds to messages sent by Kruiz Control. Please be mindful of your commands, keywords, and messages so that you do not trigger an infinite loop of messages. Twitch has [chat limits](https://dev.twitch.tv/docs/irc/guide#command--message-limits) and will block you from chatting._
731
757
@@ -1073,7 +1099,6 @@ None at the moment.
1073
1099
**Info** | Used to send a message to discord, using any embed data currently set. `<name>` is the id that was used to register the webhook in a [`Discord Create`](#discord-create).
0 commit comments