Skip to main content
interface RawGuildAuditLogParams
import { type RawGuildAuditLogParams } from "https://deno.land/x/denord@0.1.0/raw/RawGuildAuditLogParams.ts";

Properties

optional
user_id: UserId

filter the log for actions made by a user

optional
action_type: AuditLogEvent

the type of audit log event

optional
before: AuditLogEntryId

filter the log before a certain entry id

optional
limit: integer

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