Class DiscordAuditLogStickerEntry
Represents a audit log sticker entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogStickerEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceAssetChange
Gets the description of sticker's tags change.
Declaration
public PropertyChange<string> AssetChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
AvailabilityChange
Gets the description of sticker's availability change.
Declaration
public PropertyChange<bool?> AvailabilityChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.Boolean>> |
DescriptionChange
Gets the description of sticker's description change.
Declaration
public PropertyChange<string> DescriptionChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
FormatChange
Gets the description of sticker's format change.
Declaration
public PropertyChange<StickerFormat?> FormatChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<StickerFormat>> |
GuildIdChange
Gets the description of sticker's guild id change.
Declaration
public PropertyChange<ulong?> GuildIdChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.UInt64>> |
IdChange
Gets the description of sticker's id change.
Declaration
public PropertyChange<ulong?> IdChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.UInt64>> |
NameChange
Gets the description of sticker's name change.
Declaration
public PropertyChange<string> NameChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
TagsChange
Gets the description of sticker's tags change.
Declaration
public PropertyChange<string> TagsChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
Target
Gets the affected sticker.
Declaration
public DiscordSticker Target { get; }
Property Value
Type | Description |
---|---|
DiscordSticker |
TypeChange
Gets the description of sticker's type change.
Declaration
public PropertyChange<StickerType?> TypeChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<StickerType>> |