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