MadelineProtoDocs/docs/TD_docs/methods/getGameHighScores.md

25 lines
782 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
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
### Parameters:
| 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)