OBJECT

AutoModConfiguration

Defines all AutoMod level settings for a channel, either may be not be set.

link GraphQL Schema definition

1type AutoModConfiguration {
2
3# This field represents the detailed AutoMod category settings.
4detailedLevels: DetailedAutoModConfiguration
5
6# This field will be a value between 0 and 4, inclusive.
7overallLevel: Int
8
9}