Stream Kit Docs
API ReferenceTwitch

Whisper

Twitch trigger: twitch:twitch:chat:whisper

Whisper

Trigger IDtwitch:twitch:chat:whisper
PluginTwitch
CategoryChat

Variables

Copy variables into handler fields using {variableName} syntax.

{user}{message}{broadcasterId}{channel}
NameTypeDescription
{user}
string

Display name of the user who triggered the event.

Example: TestUser

{message}
string

Full message text from the event.

Example: Test whisper message

{broadcasterId}
string

Broadcaster channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

Conditions

ConditionDescription
MessageMatch message text (starts with, ends with, contains, equals). Leave empty to always match.

On this page