Enum PremiumType
- Namespace
 - Discord
 
- Assembly
 - Discord.Net.Core.dll
 
Specifies the type of subscription a user is subscribed to.
public enum PremiumType
  Fields
Nitro = 2Nitro subscription. Includes app perks as well as the games subscription service.
NitroBasic = 3Nitro Basic subscription. Includes app perks like video backgrounds, sending bigger files.
NitroClassic = 1Nitro Classic subscription. Includes app perks like animated emojis and avatars, but not games.
None = 0No subscription.