Skip to main content
Corvus Connection

On Chat Cleared

TwitchTrigger
entry.onChatClearedFires when a moderator clears the chat. Binds when it happened.Triggers when the chat is cleared.Requires the user:read:chat scope.
ModerationChat

Outputs

Name
Kind
Type
Flags
outExecexecNone
occurredAtDataSystem.DateTimemultiplexed

Bindings

Name
Type
Description
occurredAtSystem.DateTimeWhen the chat was cleared (UTC).

Parameters

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

Lowers to C#

[OnChatCleared] Handle(ctx, ChatClearedContext e)