Skip to main content
Module

x/natico/mod.ts>GetGuildAuditLog

A powerful and customizable framework for Discordeno
Latest
interface GetGuildAuditLog
Re-export
import { type GetGuildAuditLog } from "https://deno.land/x/natico@4.0.0-pre.4/mod.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)