OBJECT
ChannelModerationActionOtherEntry
Moderation Actions that are unused, invalid or deprecated.
link GraphQL Schema definition
1 type ChannelModerationActionOtherEntry implements ChannelModerationActionEntry { 2 3 # The action that was taken. 4 : ModerationAction! 5 6 # Timestamp when action was taken. 7 : Time! 8 9 # UUID of the moderation action. 10 : ID! 11 12 # The moderator who took the action. 13 : User 14 15 }
link Required by
This element is not required by anyone