EventSubAutoModMessageUpdateV2Event
An EventSub event representing a held chat message by AutoMod being resolved 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 EventSubAutoModMessageUpdateEvent#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 EventSubAutoModMessageUpdateEvent#reason is blocked_term
, otherwise it is
null
.
broadcasterDisplayName
Type: string
The display name of the broadcaster in channel the held message was resolved.
broadcasterName
Type: string
The name of the broadcaster in whose channel the held message was resolved.