Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfCharmSubscription

    Charm ownership metadata.

    Inheritance
    System.Object
    WolfCharmSubscription
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WolfCharmSubscription

    Constructors

    | Improve this Doc View Source

    WolfCharmSubscription()

    Creates a new instance.

    Declaration
    [JsonConstructor]
    protected WolfCharmSubscription()

    Properties

    | Improve this Doc View Source

    CharmID

    ID of the charm.

    Declaration
    [JsonProperty("charmId")]
    public uint CharmID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ExpirationTime

    Charm ownership's expiration time.

    Declaration
    [JsonProperty("expireTime")]
    public DateTime? ExpirationTime { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    PurchasedByUserID

    ID of the user that purchased the charm.

    Declaration
    [JsonProperty("sourceSubscriberId")]
    public uint PurchasedByUserID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    SubscriptionID

    ID of the subscription.

    Declaration
    [JsonProperty("id")]
    public uint SubscriptionID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    UserID

    ID of the user owning the charm.

    Declaration
    [JsonProperty("subscriberId")]
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32