OBJECT

UpdateAutoModLevelsPayload

Defines the new AutoMod levels of a channel.

link GraphQL Schema definition

1type UpdateAutoModLevelsPayload {
2
3# The new levels after applying the mutation.
4autoModConfiguration: AutoModConfiguration
5
6}