Table of Contents

Class SocketIntegrationUpdatedAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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

public class SocketIntegrationUpdatedAuditLogData : ISocketAuditLogData, IAuditLogData
Inheritance
SocketIntegrationUpdatedAuditLogData
Implements
Inherited Members

Properties

After

Gets the integration information after the changes.

public SocketIntegrationInfo After { get; }

Property Value

SocketIntegrationInfo

Before

Gets the integration information before the changes.

public SocketIntegrationInfo Before { get; }

Property Value

SocketIntegrationInfo