Table of Contents

Class IntegrationCreatedAuditLogData

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

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

public class IntegrationCreatedAuditLogData : IAuditLogData
Inheritance
IntegrationCreatedAuditLogData
Implements
Inherited Members

Properties

Data

Gets the integration information after the changes.

public IntegrationInfo Data { get; }

Property Value

IntegrationInfo

Integration

Gets the partial integration the changes correspond to.

public IIntegration Integration { get; }

Property Value

IIntegration