Enum PremiumTier
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents a server's premium tier.
public enum PremiumTier
Fields
None = 0
Indicates that this server was not boosted.
TierOne = 1
Indicates that this server was boosted two times.
TierTwo = 2
Indicates that this server was boosted seven times.
TierThree = 3
Indicates that this server was boosted fourteen times.
Unknown = 2147483647
Indicates an unknown premium tier.