MadelineProto/docs/TD_docs/methods/getGameHighScores.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

25 lines
778 B
Markdown

---
title: getGameHighScores
description: Bots only. Returns game high scores and some part of the score table around of the specified user in the game
---
## Method: getGameHighScores
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Returns game high scores and some part of the score table around of the specified user in the game
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[int53](../types/int53.md) | Yes|Chat a message with the game belongs to|
|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message|
|user\_id|[int](../types/int.md) | Yes|User identifie|
### Return type: [GameHighScores](../types/GameHighScores.md)