Enum DiscordPremiumTier
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents a server's premium tier.
public enum DiscordPremiumTier
- Extension Methods
Fields
None = 0Indicates that this server was not boosted.
Tier_1 = 1Indicates that this server was boosted two times.
Tier_2 = 2Indicates that this server was boosted seven times.
Tier_3 = 3Indicates that this server was boosted fourteen times.
Unknown = 2147483647Indicates an unknown premium tier.