OBJECT
ChannelModerationActionOnAutomodLevelEntry
Moderation Actions relating to automod levels. ex: automod level change.
link GraphQL Schema definition
1 type ChannelModerationActionOnAutomodLevelEntry implements ChannelModerationActionEntry { 2 3 # The action that was taken. 4 : ModerationAction! 5 6 # New automod level properties (based on Sift categories, to be deprecated). 7 : AutoModProperties 8 9 # Previous automod level properties (based on Sift categories, to be deprecated). 10 : AutoModProperties 11 12 # Previous automod level properties. 13 : AutoModConfiguration 14 15 # The newly updated automod level properties. 16 : AutoModConfiguration 17 18 # Timestamp when action was taken. 19 : Time! 20 21 # UUID of the moderation action. 22 : ID! 23 24 # The moderator who took the action. 25 : User 26 27 }
link Required by
This element is not required by anyone