DiscordAuditLogChange

public struct DiscordAuditLogChange

Represents a change.

  • key

    The key for this change. Determines the types of the values.

    Declaration

    Swift

    public let key: String
  • The new value.

    Declaration

    Swift

    public let newValue: Any
  • The old value.

    Declaration

    Swift

    public let oldValue: Any