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