Results

Namespace

Type

A class that wraps information on a guild's individual audit log entry.

Hierarchy

Index

Type aliases

Static ActionChannelPermissionOverwriteUpdateOptions

ActionChannelPermissionOverwriteUpdateOptions: object | object

Static AnyAction

A type alias representing a union of all possible audit log entry types.

Properties

Readonly actionType

actionType: ActionType

The type of action the user performed.

Readonly id

The unique identifier for this audit log entry. Encodes the timestamp this event occurred at.

Readonly reason

reason: string

An optional reason the user or bot provided when performing this action.

Readonly targetId

targetId: Snowflake | null

If applicable, the id of the user, channel, or other Discord entity that this action applied to.

Readonly user

user: User

An instance of the discord.User that performed this action.

Readonly userId

userId: Snowflake

The id of the discord.User that performed this action.

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