Property SkuIds
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
SkuIds
Gets the list of SKUs the user is subscribed to.
[JsonProperty("sku_ids", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<ulong> SkuIds { get; }
Gets the list of SKUs the user is subscribed to.
[JsonProperty("sku_ids", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<ulong> SkuIds { get; }