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