API ReferenceTwitch
Cheer
Twitch trigger: twitch:twitch:chat:cheer
Cheer
| Trigger ID | twitch:twitch:chat:cheer |
| Plugin | Twitch |
| Category | Chat |
Variables
Copy variables into handler fields using {variableName} syntax.
{bits}{broadcasterId}{channel}{user}{userId}{message}{role}{msg}| Name | Type | Description |
|---|---|---|
{bits} | number | Number of bits cheered with the message. Example: |
{broadcasterId} | string | Broadcaster channel ID for the connected account. |
{channel} | string | Channel login or display name where the event occurred. |
{user} | string | Display name of the user who triggered the event. |
{userId} | string | Platform user ID of the chatter or actor. |
{message} | string | Full message text from the event. |
{role} | string | Role of the user (for example everyone, mod, broadcaster, vip, subscriber). |
{msg} | object | Structured chat message object (JSON) with badges, emotes, flags, and metadata. |
Conditions
| Condition | Description |
|---|---|
| Minimum Bits | Minimum bit cheer amount required on the message. |
| Username | Match chatter username (equals, contains, starts with, ends with). Leave empty to always match. |