retryAfter; } /** * Get the number of minutes until the rate limit resets (rounded up). */ public function getRetryAfterMinutes(): int { return (int) ceil($this->retryAfter / 60); } }