Super Chat
YouTube trigger: youtube:youtube:chat:super-chat
Super Chat
| Trigger ID | youtube:youtube:chat:super-chat |
| Plugin | YouTube |
| Category | Chat |
Variables
Copy variables into handler fields using {variableName} syntax.
{user}{userId}{message}{role}{amount}{amountMicros}{currency}{tier}{raw}{channelId}{channel}{liveChatId}{broadcastId}| Name | Type | Description |
|---|---|---|
{user} | string | Display name of the user who triggered the event. Example: |
{userId} | string | Platform user ID of the chatter or actor. Example: |
{message} | string | Full message text from the event. Example: |
{role} | string | Role of the user (for example everyone, mod, broadcaster, vip, subscriber). Example: |
{amount} | string | Numeric amount for the event (bits, points awarded, Super Chat value, etc.). Example: |
{amountMicros} | number | Super Chat amount in micro-units of the currency. |
{currency} | string | ISO currency code for a Super Chat (for example USD, EUR). Example: |
{tier} | number | Subscription or Super Chat tier level. Example: |
{raw} | object | Raw platform chat message object (JSON). |
{channelId} | string | YouTube channel ID for the connected account. |
{channel} | string | Channel login or display name where the event occurred. |
{liveChatId} | string | YouTube live chat ID for the active broadcast. |
{broadcastId} | string | YouTube broadcast (stream) ID. |
Conditions
| Condition | Description |
|---|---|
| Message | Match message text (starts with, ends with, contains, equals). Leave empty to always match. |
| Username | Match chatter username (equals, contains, starts with, ends with). Leave empty to always match. |
| Minimum Tier | Minimum Super Sticker tier. |
| Minimum Amount (micros) | Minimum numeric value for Minimum Amount (micros). Leave empty to disable. |