Discord.https - v3.0.16
    Preparing search index...

    Interface RESTGetAPIAuditLogQuery

    interface RESTGetAPIAuditLogQuery {
        action_type?: AuditLogEvent;
        after?: string;
        before?: string;
        limit?: number;
        user_id?: string;
    }
    Index

    Properties

    action_type?: AuditLogEvent

    The type of audit log events

    after?: string

    Filter the log after a certain entry ID

    before?: string

    Filter the log before a certain entry ID

    limit?: number

    How many entries are returned (default 50, minimum 1, maximum 100)

    50

    user_id?: string

    Filter the log for actions made by a user