EventSubAutoModMessageHoldV2Event
An EventSub event representing chat message being held by AutoMod in a channel.
Overview
Properties
Methods
Properties
autoMod
Type: EventSubAutoModMessageAutoMod | null
The AutoMod violation data if the message was caught by AutoMod.
This is only relevant if EventSubAutoModMessageHoldEvent#reason is automod
, otherwise it is null
.
blockedTerms
Type: EventSubAutoModMessageBlockedTerm[] | null
The list of blocked terms caused the message to be caught.
This is only relevant if EventSubAutoModMessageHoldEvent#reason is blocked_term
, otherwise it is
null
.
broadcasterDisplayName
Type: string
The display name of the broadcaster in whose channel the message has been held by AutoMod.
broadcasterId
Type: string
The ID of the broadcaster in whose channel the message has been held by AutoMod.
broadcasterName
Type: string
The name of the broadcaster in whose channel the message has been held by AutoMod.