Table of Contents

Class IntegrationUpdatedAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Contains a piece of audit log data related to an integration update.

public class IntegrationUpdatedAuditLogData : IAuditLogData
Inheritance
IntegrationUpdatedAuditLogData
Implements
Inherited Members

Properties

After

Gets the integration information after the changes.

public IntegrationInfo After { get; }

Property Value

IntegrationInfo

Before

Gets the integration information before the changes.

public IntegrationInfo Before { get; }

Property Value

IntegrationInfo

Integration

Gets the partial integration the changes correspond to.

public IIntegration Integration { get; }

Property Value

IIntegration