Interface GuildAuditLogsEntryExtraField

Hierarchy

  • GuildAuditLogsEntryExtraField

Properties

Properties

121: {
    applicationId: string;
}

Type declaration

  • applicationId: string
13: GuildMember | Role | {
    id: string;
    name: string;
    type: Role;
} | {
    id: string;
    type: Member;
}

Type declaration

  • id: string
  • name: string
  • type: Role

Type declaration

14: GuildMember | Role | {
    id: string;
    name: string;
    type: Role;
} | {
    id: string;
    type: Member;
}

Type declaration

  • id: string
  • name: string
  • type: Role

Type declaration

143: {
    autoModerationRuleName: string;
    autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6";
    channel: GuildTextBasedChannel | {
        id: string;
    };
}

Type declaration

  • autoModerationRuleName: string
  • autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6"
  • channel: GuildTextBasedChannel | {
        id: string;
    }
144: {
    autoModerationRuleName: string;
    autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6";
    channel: GuildTextBasedChannel | {
        id: string;
    };
}

Type declaration

  • autoModerationRuleName: string
  • autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6"
  • channel: GuildTextBasedChannel | {
        id: string;
    }
145: {
    autoModerationRuleName: string;
    autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6";
    channel: GuildTextBasedChannel | {
        id: string;
    };
}

Type declaration

  • autoModerationRuleName: string
  • autoModerationRuleTriggerType: "1" | "3" | "4" | "5" | "6"
  • channel: GuildTextBasedChannel | {
        id: string;
    }
15: GuildMember | Role | {
    id: string;
    name: string;
    type: Role;
} | {
    id: string;
    type: Member;
}

Type declaration

  • id: string
  • name: string
  • type: Role

Type declaration

20: null | {
    integrationType: string;
}

Type declaration

  • integrationType: string
21: {
    days: number;
    removed: number;
}

Type declaration

  • days: number
  • removed: number
25: null | {
    integrationType: string;
}

Type declaration

  • integrationType: string
26: {
    channel: VoiceBasedChannel | {
        id: string;
    };
    count: number;
}

Type declaration

27: {
    count: number;
}

Type declaration

  • count: number
72: {
    channel: GuildTextBasedChannel | {
        id: string;
    };
    count: number;
}

Type declaration

73: {
    channel: GuildTextBasedChannel | {
        id: string;
    };
    count: number;
}

Type declaration

74: {
    channel: GuildTextBasedChannel | {
        id: string;
    };
    messageId: string;
}

Type declaration

75: {
    channel: GuildTextBasedChannel | {
        id: string;
    };
    messageId: string;
}

Type declaration

83: StageChannel | {
    id: string;
}

Type declaration

  • id: string
84: StageChannel | {
    id: string;
}

Type declaration

  • id: string
85: StageChannel | {
    id: string;
}

Type declaration

  • id: string

Generated using TypeDoc