OBJECT

ChannelModerationActionOnChatModeEntry

Moderation Actions realting to chat modes. ex: slow on, followers only on, emotes only, sub only, clear chat.

link GraphQL Schema definition

1type ChannelModerationActionOnChatModeEntry implements ChannelModerationActionEntry {
2
3# The action that was taken.
4action: ModerationAction!
5
6# Timestamp when action was taken.
7createdAt: Time!
8
9# Duration of the chat time in seconds.
10durationSeconds: Int
11
12# UUID of the moderation action.
13id: ID!
14
15# The moderator who took the action.
16moderator: User
17
18}

link Required by

This element is not required by anyone