DiscordAuditLog
public class DiscordAuditLog
Represents an audit log.
-
List of audit log entries.
Declaration
Swift
public let auditLogEntries: [DiscordAuditLogEntry]
-
List of users found in the audit log
Declaration
Swift
public let users: [DiscordUser]
-
List of webhooks found in the audit log
Declaration
Swift
public let webhooks: [DiscordWebhook]