Enum EntitlementType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the entitlement type.
public enum EntitlementType
Fields
Purchase = 1
Entitlement was purchased by user.
PremiumSubscription = 2
Entitlement for Discord Nitro subscription.
DeveloperGift = 3
Entitlement was gifted by developer.
TestModePurchase = 4
Entitlement was purchased by a dev in application test mode.
FreePurchase = 5
Entitlement was granted when the SKU was free.
UserGift = 6
Entitlement was gifted by another user.
PremiumPurchase = 7
Entitlement was claimed by user for free as a Nitro Subscriber.
ApplicationSubscription = 8
Entitlement was purchased as an app subscription.
FreeStaffPurchase = 9
Entitlement was granted to staff for free.
QuestReward = 10
Entitlement was granted as a reward for completing a quest.
FractionalRedemption = 11
Entitlement was redeemed fractionally.
VirtualCurrencyRedemption = 12
Entitlement was redeemed using virtual currency.