Results

Namespace

Type

A set of options to use when requesting audit log entries with discord.Guild.iterAuditLogs.

Hierarchy

  • IIterAuditLogsOptions <-- You are here!

Index

Properties

Optional actionType

actionType: ActionType

The type of discord.AuditLogEntry.ActionType to filter the results by.

If not specified, the request will return all action types.

Optional before

before: Snowflake

The audit log entry id (or time, encoded as a snowflake) to start the scan from.

Results from discord.Guild.iterAuditLogs are returned by id in descending order (by time).

Optional limit

limit: undefined | number

The maximum amount of entries to return with this call.

Note: If the requested limit is greater than 500, the function will throw an exception.

Optional user

The user id of a discord.User to filter by.

Results will only be returned if they were performed by the user with the id set.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc