Skip to main content
Corvus Connection

On Poll Begin

Twitch
entry.onPollBeginFires when a poll starts. Binds the title and number of choices.Triggers when a poll starts.

Outputs

Name
Kind
Type
Flags
outExecexecNone
titleDataSystem.Stringmultiplexed
choicesDataSystem.Int32multiplexed

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnPollBegin] Handle(ctx, PollContext e)