Skip to main content
Corvus Connection

On Poll End

Twitch
entry.onPollEndFires when a poll ends. Binds the title and the winning choice + its votes.Triggers when a poll ends.

Outputs

Name
Kind
Type
Flags
outExecexecNone
titleDataSystem.Stringmultiplexed
resultDataSystem.Stringmultiplexed
votesDataSystem.Int32multiplexed

Parameters

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

Lowers to C#

[OnPollEnd] Handle(ctx, PollContext e)