interface GuildAuditLogsEntryExtraField {
    "121": { applicationId: string };
    "13":
        | GuildMember
        | Role
        | { id: string; name: string; type: Role }
        | { id: string; type: Member };
    "14":
        | GuildMember
        | Role
        | { id: string; name: string; type: Role }
        | { id: string; type: Member };
    "143": {
        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 };
    };
    "145": {
        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 };
    "20": null | { integrationType: string };
    "21": { days: number; removed: number };
    "25": null | { integrationType: string };
    "26": { channel: VoiceBasedChannel | { id: string }; count: number };
    "27": { count: number };
    "72": { channel: GuildTextBasedChannel | { id: string }; count: number };
    "73": { count: number };
    "74": {
        channel: GuildTextBasedChannel | { id: string };
        messageId: string;
    };
    "75": {
        channel: GuildTextBasedChannel
        | { id: string };
        messageId: string;
    };
    "83": StageChannel
    | { id: string };
    "84": StageChannel | { id: string };
    "85": StageChannel | { id: string };
}

Properties

Properties

"121": { applicationId: string }
"13":
    | GuildMember
    | Role
    | { id: string; name: string; type: Role }
    | { id: string; type: Member }
"14":
    | GuildMember
    | Role
    | { id: string; name: string; type: Role }
    | { id: string; type: Member }
"143": {
    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 };
}
"145": {
    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 }
"20": null | { integrationType: string }
"21": { days: number; removed: number }
"25": null | { integrationType: string }
"26": { channel: VoiceBasedChannel | { id: string }; count: number }
"27": { count: number }
"72": { channel: GuildTextBasedChannel | { id: string }; count: number }
"73": { count: number }
"74": { channel: GuildTextBasedChannel | { id: string }; messageId: string }
"75": { channel: GuildTextBasedChannel | { id: string }; messageId: string }
"83": StageChannel | { id: string }
"84": StageChannel | { id: string }
"85": StageChannel | { id: string }