1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:47:46 +01:00
MadelineProto/docs/API_docs/constructors/highScore.md

17 lines
405 B
Markdown
Raw Normal View History

## Constructor: highScore
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|pos|[int](../types/int.md) | Required|
|user\_id|[int](../types/int.md) | Required|
|score|[int](../types/int.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[HighScore](../types/HighScore.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$highScore = ['_' => highScore', 'pos' => int, 'user_id' => int, 'score' => int, ];
```