starsRating
Represents the profile's star rating, see here » for more info.
type tg.StarsRating struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Level | int | yes | The current level, may be negative. |
CurrentLevelStars | int64 | yes | The numerical value of the rating required for the current level. |
Stars | int64 | yes | Numerical value of the current rating. |
NextLevelStars | int64 | — | The numerical value of the rating required for the next level. |
References
- Official documentation
- Generated Go reference
- TL definition:
starsRating#1b0e4f07