GuildAuditLogEntry
GuildAuditLogEntry ⇐ Base
Section titled “GuildAuditLogEntry ⇐ Base”Represents an entry in the audit log for a guild.
Kind: global class
Extends: Base
new GuildAuditLogEntry([data], guildId, client)
Section titled “new GuildAuditLogEntry([data], guildId, client)”| Param | Type | Description |
|---|---|---|
| [data] | Object | The data for the audit log entry |
| guildId | string | The ID of the guild the entry belongs to |
| client | Client | The client that instantiated this entry |