Table of Contents

Class SocketWebhookDeletedAuditLogData

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

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

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

Properties

Avatar

Gets the hash value of the webhook's avatar.

public string Avatar { get; }

Property Value

string

A string containing the hash of the webhook's avatar.

ChannelId

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

public ulong ChannelId { get; }

Property Value

ulong

A ulong representing the snowflake identifier of the channel that the webhook could send to.

Name

Gets the name of the webhook that was deleted.

public string Name { get; }

Property Value

string

A string containing the name of the webhook that was deleted.

Type

Gets the type of the webhook that was deleted.

public WebhookType Type { get; }

Property Value

WebhookType

The type of webhook that was deleted.

WebhookId

Gets the ID of the webhook that was deleted.

public ulong WebhookId { get; }

Property Value

ulong

A ulong representing the snowflake identifier of the webhook that was deleted.