Class SocketWebhookDeletedAuditLogData
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
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; }