GuildAuditLogsEntry
classe · Source
Audit logs entry.
Properties
targetType
targetType: AuditLogTargetType
The target type of this entry Source
actionType
actionType: AuditLogActionType
The action type of this entry Source
action
action: AuditLogAction
Specific action type of this entry in its string presentation Source
reason
reason: string
The reason of this entry Source
executorId
executorId: Snowflake
The id of the user that executed this entry Source
executor
executor: User
The user that executed this entry Source
changes
changes: Array<AuditLogChange>
Specific property changes Source
id
id: Snowflake
The entry's id Source
extra
extra: Object | Role | GuildMember
Any extra data from the entry Source
targetId
targetId: Snowflake
The id of the target of this entry Source
target
target: AuditLogEntryTarget
The target of this entry Source
createdTimestamp
createdTimestamp: number
The timestamp this entry was created at Source
createdAt
createdAt: Date
The time this entry was created at Source