parent
cd23c7583e
commit
5f08806b5f
|
@ -23,6 +23,7 @@ type User struct {
|
|||
Longitude float64
|
||||
XpLevel int
|
||||
XpPoints int
|
||||
XpPointsNextLevel int // Stands for the experience points needed for the next level
|
||||
FollowersCount int
|
||||
FollowingCount int
|
||||
AccountStatus uint8
|
||||
|
|
Loading…
Reference in New Issue