Skip to main content
Module

x/denord/mod.ts>GuildAuditLogParams

🗣 Discord API module
Latest
interface GuildAuditLogParams
import { type GuildAuditLogParams } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

optional
userId: UserId

filter the log for actions made by a user

optional
actionType: AuditLogEvent

the type of audit log event

optional
before: AuditLogEntryId

filter the log before a certain entry id

optional
limit: integer

how many entries are returned (default 50, minimum 1, maximum 100)