This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
2
Star
2
Fork
0
You've already forked MadelineProto
Code
Issues
Pull Requests
Releases
Wiki
Activity
e3a5cf5ba1
MadelineProto
/
docs
/
API_docs
/
constructors
/
highScore.md
danogentili
e3a5cf5ba1
Fixing markdown syntax
2016-12-19 20:56:05 +03:00
408 B
Raw
Blame
History
Constructor: highScore
Attributes:
Name
Type
Required
pos
int
Required
user_id
int
Required
score
int
Required
Type:
HighScore
Example:
$highScore = ['_' => highScore', 'pos' => int, 'user_id' => int, 'score' => int, ];