Table of Contents

Class StickerUpdatedAuditLogData

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

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

StickerInfo

Before

Gets the sticker information before the changes.

public StickerInfo Before { get; }

Property Value

StickerInfo