OBJECT
ChannelModerationActionOnChatModeEntry
Moderation Actions realting to chat modes. ex: slow on, followers only on, emotes only, sub only, clear chat.
link GraphQL Schema definition
1 type ChannelModerationActionOnChatModeEntry implements ChannelModerationActionEntry { 2 3 # The action that was taken. 4 : ModerationAction! 5 6 # Timestamp when action was taken. 7 : Time! 8 9 # Duration of the chat time in seconds. 10 : Int 11 12 # UUID of the moderation action. 13 : ID! 14 15 # The moderator who took the action. 16 : User 17 18 }
link Required by
This element is not required by anyone