Constructor: starsRating
Represents the profile’s star rating, see here » for more info.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
level | int | Yes | The current level, may be negative. |
current_level_stars | long | Yes | The numerical value of the rating required for the current level. |
stars | long | Yes | Numerical value of the current rating. |
next_level_stars | long | Optional | The numerical value of the rating required for the next level. |
Type: StarsRating
Example:
$starsRating = ['_' => 'starsRating', 'level' => int, 'current_level_stars' => long, 'stars' => long, 'next_level_stars' => long];