Stream Kit Docs
API ReferenceTwitch

Channel Update

Twitch trigger: twitch:twitch:channel:channel-update

Channel Update

Trigger IDtwitch:twitch:channel:channel-update
PluginTwitch
CategoryChannel

Variables

Copy variables into handler fields using {variableName} syntax.

{title}{game}{broadcasterId}{channel}
NameTypeDescription
{title}
string

Current stream title after a channel update.

Example: Test Stream Title

{game}
string

Current game or category name after a channel update.

Example: Just Chatting

{broadcasterId}
string

Broadcaster channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

Conditions

ConditionDescription
TitleMatch Title text. Leave empty to always match.
GameMatch Game text. Leave empty to always match.

On this page