Table of Contents

Class SocketStickerDeletedAuditLogData

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

Contains a piece of audit log data related to a sticker removal.

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

Properties

Data

Gets the sticker information before the changes.

public SocketStickerInfo Data { get; }

Property Value

SocketStickerInfo

StickerId

Gets the snowflake ID of the deleted sticker.

public ulong StickerId { get; }

Property Value

ulong

A ulong representing the snowflake identifier of the deleted sticker.