Skip to main content
Module

x/discordeno/mod.ts>GetGuildAuditLog

Discord API library for Deno
Extremely Popular
Go to Latest
interface GetGuildAuditLog
Re-export
import { type GetGuildAuditLog } from "https://deno.land/x/discordeno@13.0.0-rc45/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