Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/helpers/mod.ts>GetGuildAuditLog

Discord API library for Node and Deno
Go to Latest
interface GetGuildAuditLog
import { type GetGuildAuditLog } from "https://deno.land/x/discordeno_patched@18.0.2/helpers/mod.ts";

Properties

optional
userId: BigString | string

Entries from a specific user ID

optional
actionType: AuditLogEvents

Entries for a specific audit log event

optional
before: BigString | string

Entries that preceded a specific audit log entry ID

optional
limit: number

Maximum number of entries (between 1-100) to return, defaults to 50