Class StickerCreatedAuditLogData
Contains a piece of audit log data related to a sticker creation.
public class StickerCreatedAuditLogData : IAuditLogData
- Inheritance
-
StickerCreatedAuditLogData
- Implements
- Inherited Members
Properties
Data
Gets the sticker information after the changes.
public StickerInfo Data { get; }
Property Value
StickerId
Gets the snowflake ID of the created sticker.
public ulong StickerId { get; }