Class WebhookDeleteAuditLogData
Contains a piece of audit log data related to a webhook deletion.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class WebhookDeleteAuditLogData : IAuditLogData
Properties​
WebhookId​
Gets the ID of the webhook that was deleted.
View Source​
Declaration
public ulong WebhookId { get; }
ChannelId​
Gets the ID of the channel that the webhook could send to.
View Source​
Declaration
public ulong ChannelId { get; }
Type​
Gets the type of the webhook that was deleted.
View Source​
Declaration
public WebhookType Type { get; }
Name​
Gets the name of the webhook that was deleted.
View Source​
Declaration
public string Name { get; }
Avatar​
Gets the hash value of the webhook's avatar.
View Source​
Declaration
public string Avatar { get; }