Table of Contents

Class SocketStickerUpdatedAuditLogData

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

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

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

Properties

After

Gets the sticker information after the changes.

public SocketStickerInfo After { get; }

Property Value

SocketStickerInfo

Before

Gets the sticker information before the changes.

public SocketStickerInfo Before { get; }

Property Value

SocketStickerInfo

StickerId

Gets the snowflake ID of the updated sticker.

public ulong StickerId { get; }

Property Value

ulong

A ulong representing the snowflake identifier of the updated sticker.