Class: GuildAuditLogsEntry

GuildAuditLogsEntry

Audit logs entry.

Constructor

new GuildAuditLogsEntry()

Source:

Members

action :AuditLogAction

Specific action type of this entry in its string presentation
Type:
Source:

actionType :AuditLogActionType

The action type of this entry
Type:
Source:

changes :Array.<AuditLogChange>

Specific property changes
Type:
Source:

(readonly) createdAt :Date

The time this entry was created at
Type:
  • Date
Source:

(readonly) createdTimestamp :number

The timestamp this entry was created at
Type:
  • number
Source:

executor :User

The user that executed this entry
Type:
Source:

extra :Object|Role|GuildMember

Any extra data from the entry
Type:
Source:

id :Snowflake

The ID of this entry
Type:
Source:

(nullable) reason :string

The reason of this entry
Type:
  • string
Source:

(nullable) target :AuditLogEntryTarget

The target of this entry
Type:
Source:

targetType :AuditLogTargetType

The target type of this entry
Type:
Source: