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