Properties
121
121: { 
    applicationId: string; 
}
13
14
143
143: {     autoModerationRuleName: string;     autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6";     channel: GuildTextBasedChannel | {         id: string;     }; } 
Type declaration
- 
autoModerationRuleName: string
 
- 
autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6"
 
- 
 
 
144
144: {     autoModerationRuleName: string;     autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6";     channel: GuildTextBasedChannel | {         id: string;     }; } 
Type declaration
- 
autoModerationRuleName: string
 
- 
autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6"
 
- 
 
 
145
145: {     autoModerationRuleName: string;     autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6";     channel: GuildTextBasedChannel | {         id: string;     }; } 
Type declaration
- 
autoModerationRuleName: string
 
- 
autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6"
 
- 
 
 
15
20
20: null | { 
    integrationType: string; 
}
21
21: { 
    days: number; 
    removed: number; 
}
Type declaration
- 
days: number
 
- 
removed: number
 
 
25
25: null | { 
    integrationType: string; 
}
26
27
27: { 
    count: number; 
}
72
73
74
75
83
84
85