OBJECT
ChannelModerationActionOnUnbanRequestsEntry
Moderation Actions relating to unban requests. ex: approve, deny.
link GraphQL Schema definition
1 type ChannelModerationActionOnUnbanRequestsEntry 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 # Reason for action. 16 : String! 17 18 # The user which the action targets if any. 19 : User 20 21 }
link Required by
This element is not required by anyone