Chameleon
    Preparing search index...

    Interface AuditLog

    interface AuditLog {
        applicationCommands: Partial<ApplicationCommand>[];
        auditLogEntries: AuditLogEntry[];
        autoModerationRules: AutoModerationRule[];
        guildScheduledEvents: GuildScheduledEvent[];
        integrations: Partial<Integration>[];
        threads: Channel[];
        users: User[];
        webhooks: Webhook[];
    }
    Index

    Properties

    applicationCommands: Partial<ApplicationCommand>[]
    auditLogEntries: AuditLogEntry[]
    autoModerationRules: AutoModerationRule[]
    guildScheduledEvents: GuildScheduledEvent[]
    integrations: Partial<Integration>[]
    threads: Channel[]
    users: User[]
    webhooks: Webhook[]