Skip to main content
Go to Latest
interface GetGuildAuditLog
import { type GetGuildAuditLog } from "https://deno.land/x/discordeno@13.0.0-rc45/template/minimal/deps.ts";

Properties

optional
userId: bigint | string

Filter the log for actions made by a user

optional
actionType: AuditLogEvents

The type of audit log event

optional
before: bigint | string

Filter the log before a certain entry id

optional
limit: number

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