Skip to main content
Corvus Connection

On Message Deleted

TwitchTrigger
entry.onMessageDeletedFires when a moderator deletes a chat message. Binds the author and message id.Triggers when a chat message is deleted.Requires the user:read:chat scope.
ModerationChat

Outputs

Name
Kind
Type
Flags
outExecexecNone
userIdDataSystem.Stringmultiplexed
userNameDataSystem.Stringmultiplexed
messageIdDataSystem.Stringmultiplexed

Bindings

Name
Type
Description
userIdSystem.StringThe message author's user id.
userNameSystem.StringThe message author's display name.
messageIdSystem.StringThe deleted message's id.

Parameters

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

Lowers to C#

[OnMessageDeleted] Handle(ctx, MessageDeletedContext e)