v1

latestOpenAPI 3.0.02026-07-1374103805.5 KB

Use this method to get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. On success, returns an Array of GameHighScore objects.

This method will currently return scores for the target user, plus two of their closest neighbors on each side. Will also return the top three users if the user and his neighbors are not among them. Please note that this behavior is subject to change.

post/getGameHighScores

Request body

user_idinteger required

Target user id

chat_idinteger

Required if inline_message_id is not specified. Unique identifier for the target chat

message_idinteger

Required if inline_message_id is not specified. Identifier of the sent message

inline_message_idstring

Required if chat_id and message_id are not specified. Identifier of the inline message

Response

okboolean required