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