Skip to main content
Extremely Popular
Go to Latest
interface GetGuildAuditLog
import { type GetGuildAuditLog } from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/guilds/mod.ts";

Properties

optional
userId: bigint | string

Entries from a specific user ID

optional
actionType: AuditLogEvents

Entries for a specific audit log event

optional
before: bigint | 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