Skip to main content
Latest
interface GetGuildAuditLog
Re-export
import { type GetGuildAuditLog } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/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)