namespace Discord { /// /// Specifies the level of precision to request in the rate limit /// response header. /// public enum RateLimitPrecision { /// /// Specifies precision rounded up to the nearest whole second /// Second, /// /// Specifies precision rounded to the nearest millisecond. /// Millisecond } }