INPUT_OBJECT

AutoModContentInput

AutoModContentInput is the input of query AutoModContent.

link GraphQL Schema definition

1input AutoModContentInput {
4
2# channel ID is where the text enforcement will be tested.
3channelID: ID!
7
5# text is the original raw string that needs evaluation by automod.
6text: String!
10
8# overallLevel is the override overall level that will be passed in (0-4).
9overallLevel: Int
13
11# autoModSettings is the override automod settings that will be passed in.
12autoModSettings: DetailedAutoModLevelsInput
14}