Skip to main content
Corvus Connection

On Whisper

TwitchTrigger
entry.onWhisperFires when the account receives a whisper. Binds the sender and the message.Triggers on an incoming whisper.Requires the user:read:whispers scope.
ChatSocial

Outputs

Name
Kind
Type
Flags
outExecexecNone
fromUserIdDataSystem.Stringmultiplexed
fromUserNameDataSystem.Stringmultiplexed
messageDataSystem.Stringmultiplexed

Bindings

Name
Type
Description
fromUserIdSystem.StringThe whisper sender's user id.
fromUserNameSystem.StringThe whisper sender's display name.
messageSystem.StringThe whisper text.

Parameters

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

Lowers to C#

[OnWhisper] Handle(ctx, WhisperContext e)