Skip to main content
Module

x/discord_api_types/v10.ts>RESTGetAPIAuditLogQuery

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface RESTGetAPIAuditLogQuery
import { type RESTGetAPIAuditLogQuery } from "https://deno.land/x/discord_api_types@0.37.11/v10.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)