Stream Kit Docs
API ReferenceTwitch

Cheer

Twitch trigger: twitch:twitch:chat:cheer

Cheer

Trigger IDtwitch:twitch:chat:cheer
PluginTwitch
CategoryChat

Variables

Copy variables into handler fields using {variableName} syntax.

{bits}{broadcasterId}{channel}{user}{userId}{message}{role}{msg}
NameTypeDescription
{bits}
number

Number of bits cheered with the message.

Example: 100

{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

ConditionDescription
Minimum BitsMinimum bit cheer amount required on the message.
UsernameMatch chatter username (equals, contains, starts with, ends with). Leave empty to always match.

On this page