25 lines
782 B
Markdown
25 lines
782 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
|
|
|
|
### 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)
|
|
|