Skip to main content

Class WebhookUpdateAuditLogData

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

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class WebhookUpdateAuditLogData : IAuditLogData

Properties​

Webhook​

Gets the webhook that was updated.

View Source​
Declaration
public IWebhook Webhook { get; }

Before​

Gets the webhook information before the changes.

View Source​
Declaration
public WebhookInfo Before { get; }

After​

Gets the webhook information after the changes.

View Source​
Declaration
public WebhookInfo After { get; }

Implements​