Table of Contents

Class SocketWebhookUpdateAuditLogData

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

Contains a piece of audit log data related to a webhook update.

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

Properties

After

Gets the webhook information after the changes.

public SocketWebhookInfo After { get; }

Property Value

SocketWebhookInfo

A webhook information object representing the webhook after the changes were made.

Before

Gets the webhook information before the changes.

public SocketWebhookInfo Before { get; }

Property Value

SocketWebhookInfo

A webhook information object representing the webhook before the changes were made.