Skip to main content
Module

x/discord_api_types/v8.ts>RESTGetAPIAuditLogQuery

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface RESTGetAPIAuditLogQuery
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type RESTGetAPIAuditLogQuery } from "https://deno.land/x/discord_api_types@0.37.21/v8.ts";

Properties

optional
user_id: Snowflake

Filter the log for actions made by a user

optional
action_type: AuditLogEvent

The type of audit log events

optional
before: Snowflake

Filter the log before a certain entry ID

optional
limit: number

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