Enum EntitlementType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the type of entitlement.
public enum EntitlementType
Fields
ApplicationSubscription = 8The entitlement was purchased as an app subscription.
DeveloperGift = 3Entitlement was gifted by developer.
FreePurchase = 5Entitlement was granted when the SKU was free.
PremiumPurchase = 7Entitlement was claimed by user for free as a Nitro Subscriber.
PremiumSubscription = 2Entitlement for Discord Nitro subscription.
Purchase = 1The entitlement was purchased by user.
TestModePurchase = 4Entitlement was purchased by a dev in application test mode.
UserGift = 6Entitlement was gifted by another user.