Table of Contents

Class StickerCreatedAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

StickerInfo

StickerId

Gets the snowflake ID of the created sticker.

public ulong StickerId { get; }

Property Value

ulong

A ulong representing the snowflake identifier of the created sticker.