Skip to main content

Class WebhookCreateAuditLogData

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

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

Properties​

Webhook​

Gets the webhook that was created if it still exists.

View Source​
Declaration
public IWebhook Webhook { get; }

WebhookId​

Gets the webhook id.

View Source​
Declaration
public ulong WebhookId { get; }

Type​

Gets the type of webhook that was created.

View Source​
Declaration
public WebhookType Type { get; }

Name​

Gets the name of the webhook.

View Source​
Declaration
public string Name { get; }

ChannelId​

Gets the ID of the channel that the webhook could send to.

View Source​
Declaration
public ulong ChannelId { get; }

Implements​