Class WebhookUpdateAuditLogData
Contains a piece of audit log data related to a webhook update.
Implements
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class WebhookUpdateAuditLogData : object, IAuditLogData
Properties
| Improve this Doc View SourceAfter
Gets the webhook information after the changes.
Declaration
public WebhookInfo After { get; }
Property Value
Type | Description |
---|---|
WebhookInfo | A webhook information object representing the webhook after the changes were made. |
Before
Gets the webhook information before the changes.
Declaration
public WebhookInfo Before { get; }
Property Value
Type | Description |
---|---|
WebhookInfo | A webhook information object representing the webhook before the changes were made. |
Webhook
Gets the webhook that was updated.
Declaration
public IWebhook Webhook { get; }
Property Value
Type | Description |
---|---|
IWebhook | A webhook object representing the webhook that was updated. |