AuditLog

public struct AuditLog

Represents a guild’s audit log

  • Array of audit log entries

    Declaration

    Swift

    public internal(set) var entries = [AuditLog.Entry]()
  • Array of users found in audit log

    Declaration

    Swift

    public internal(set) var users = [User]()
  • Array of webhooks found in audit log

    Declaration

    Swift

    public internal(set) var webhooks = [Webhook]()
  • Representation of an individual entry in audit logs

    See more

    Declaration

    Swift

    public struct Entry
  • Specific information of changes made to targetId

    See more

    Declaration

    Swift

    public struct Change
  • Type of action that occurs for an entry

    See more

    Declaration

    Swift

    public enum Event: Int