Class SocketStickerUpdatedAuditLogData
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
Before
Gets the sticker information before the changes.
public SocketStickerInfo Before { get; }
Property Value
StickerId
Gets the snowflake ID of the updated sticker.
public ulong StickerId { get; }