Skip to main content
Corvus Connection

On Shoutout Received

Twitch
entry.onShoutoutReceivedFires when this channel receives a shoutout. Binds the originating channel and its viewer count.Triggers when this channel receives a shoutout.

Outputs

Name
Kind
Type
Flags
outExecexecNone
fromIdDataSystem.Stringmultiplexed
fromNameDataSystem.Stringmultiplexed
viewersDataSystem.Int32multiplexed

Parameters

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

Lowers to C#

[OnShoutoutReceived] Handle(ctx, ShoutoutReceivedContext e)