Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/tests/deps.ts>GetGuildAuditLog

An object oriented Discordeno framework
Latest
interface GetGuildAuditLog
Re-export
import { type GetGuildAuditLog } from "https://deno.land/x/oasis@2.1.0/tests/deps.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

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