OBJECT

ChannelModerationActionOnUnbanRequestsEntry

Moderation Actions relating to unban requests. ex: approve, deny.

link GraphQL Schema definition

1type ChannelModerationActionOnUnbanRequestsEntry implements ChannelModerationActionEntry {
2
3# The action that was taken.
4action: ModerationAction!
5
6# Timestamp when action was taken.
7createdAt: Time!
8
9# UUID of the moderation action.
10id: ID!
11
12# The moderator who took the action.
13moderator: User
14
15# Reason for action.
16reason: String!
17
18# The user which the action targets if any.
19target: User
20
21}

link Required by

This element is not required by anyone