Property EntitlementSkuIds
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
EntitlementSkuIds
Gets the entitlement sku ids.
This is related to premium subscriptions for bots.
warning
Can only be used if you have an associated application subscription sku.
[JsonProperty("entitlement_sku_ids", NullValueHandling = NullValueHandling.Ignore)]
public List<ulong> EntitlementSkuIds { get; }