Stream Kit Docs
API ReferenceYouTube

Live Poll

YouTube trigger: youtube:youtube:chat:live-poll

Live Poll

Trigger IDyoutube:youtube:chat:live-poll
PluginYouTube
CategoryChat

Variables

Copy variables into handler fields using {variableName} syntax.

{user}{userId}{question}{status}{raw}{channelId}{channel}{liveChatId}{broadcastId}
NameTypeDescription
{user}
string

Display name of the user who triggered the event.

Example: TestUser

{userId}
string

Platform user ID of the chatter or actor.

Example: test-author-id

{question}
string

Poll question text.

Example: Test poll question?

{status}
'unknown' | 'active' | 'clos…

Poll status (`unknown`, `active`, `closed`).

Example: active

{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.

On this page