Class StickerUpdatedAuditLogData
Contains a piece of audit log data related to a sticker update.
public class StickerUpdatedAuditLogData : IAuditLogData
- Inheritance
-
StickerUpdatedAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the sticker information after the changes.
public StickerInfo After { get; }
Property Value
Before
Gets the sticker information before the changes.
public StickerInfo Before { get; }
Property Value
StickerId
Gets the snowflake ID of the updated sticker.
public ulong StickerId { get; }