OBJECT
ChannelModerationActionOnChannelEntry
Moderation Actions relating to another channel. ex: host, unhost, raid, unraid.
link GraphQL Schema definition
1 type ChannelModerationActionOnChannelEntry 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 # Is auto hosted. 13 : Boolean! 14 15 # Is hosted after raiding. 16 : Boolean! 17 18 # The moderator who took the action. 19 : User 20 21 # Should the viewer count for host or raids should be shown. 22 : Boolean! 23 24 # Target channel for hosting and raiding. 25 : User 26 27 # How many users participated in a host or raid. 28 : Int 29 30 }
link Required by
This element is not required by anyone