MadelineProto/docs/API_docs/constructors/highScore.md
2016-12-20 13:15:22 +01:00

26 lines
474 B
Markdown

---
title: highScore
---
## Constructor: highScore
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|pos|[int](../types/int.md) | Required|
|user\_id|[int](../types/int.md) | Required|
|score|[int](../types/int.md) | Required|
### Type: [HighScore](../types/HighScore.md)
### Example:
```
$highScore = ['_' => highScore', 'pos' => int, 'user_id' => int, 'score' => int, ];
```