MadelineProto/docs/TD_docs/constructors/gameHighScore.md

25 lines
571 B
Markdown
Raw Normal View History

---
title: gameHighScore
description: Contains one row of the game high scores table
---
## Constructor: gameHighScore
[Back to constructors index](index.md)
Contains one row of the game high scores table
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|position|[int](../types/int.md) | Yes|Position in the high score table|
|user\_id|[int](../types/int.md) | Yes|User identifier|
|score|[int](../types/int.md) | Yes|User score|
### Type: [GameHighScore](../types/GameHighScore.md)