Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogStickerEntry

    Represents a audit log sticker entry.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordAuditLogEntry
    DiscordAuditLogStickerEntry
    Inherited Members
    DiscordAuditLogEntry.ActionType
    DiscordAuditLogEntry.UserResponsible
    DiscordAuditLogEntry.Reason
    DiscordAuditLogEntry.ActionCategory
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class DiscordAuditLogStickerEntry : DiscordAuditLogEntry

    Properties

    | Improve this Doc View Source

    AssetChange

    Gets the description of sticker's tags change.

    Declaration
    public PropertyChange<string> AssetChange { get; }
    Property Value
    Type Description
    PropertyChange<System.String>
    | Improve this Doc View Source

    AvailabilityChange

    Gets the description of sticker's availability change.

    Declaration
    public PropertyChange<bool?> AvailabilityChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<System.Boolean>>
    | Improve this Doc View Source

    DescriptionChange

    Gets the description of sticker's description change.

    Declaration
    public PropertyChange<string> DescriptionChange { get; }
    Property Value
    Type Description
    PropertyChange<System.String>
    | Improve this Doc View Source

    FormatChange

    Gets the description of sticker's format change.

    Declaration
    public PropertyChange<StickerFormat?> FormatChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<StickerFormat>>
    | Improve this Doc View Source

    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>>
    | Improve this Doc View Source

    IdChange

    Gets the description of sticker's id change.

    Declaration
    public PropertyChange<ulong?> IdChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<System.UInt64>>
    | Improve this Doc View Source

    NameChange

    Gets the description of sticker's name change.

    Declaration
    public PropertyChange<string> NameChange { get; }
    Property Value
    Type Description
    PropertyChange<System.String>
    | Improve this Doc View Source

    TagsChange

    Gets the description of sticker's tags change.

    Declaration
    public PropertyChange<string> TagsChange { get; }
    Property Value
    Type Description
    PropertyChange<System.String>
    | Improve this Doc View Source

    Target

    Gets the affected sticker.

    Declaration
    public DiscordSticker Target { get; }
    Property Value
    Type Description
    DiscordSticker
    | Improve this Doc View Source

    TypeChange

    Gets the description of sticker's type change.

    Declaration
    public PropertyChange<StickerType?> TypeChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<StickerType>>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems