AuditLog public struct AuditLog Represents a guild’s audit log Properties entries Array of audit log entries Declaration Swift public internal(set) var entries = [AuditLog.Entry]() users Array of users found in audit log Declaration Swift public internal(set) var users = [User]() webhooks Array of webhooks found in audit log Declaration Swift public internal(set) var webhooks = [Webhook]() Entry Representation of an individual entry in audit logs See more Declaration Swift public struct Entry Change Specific information of changes made to targetId See more Declaration Swift public struct Change Event Type of action that occurs for an entry See more Declaration Swift public enum Event: Int