Telegex.get_game_high_scores

You're seeing just the function get_game_high_scores, go back to Telegex module for more information.
Link to this function

get_game_high_scores(user_id, optionals \\ [])

View Source

Specs

get_game_high_scores(integer(),
  chat_id: integer(),
  message_id: integer(),
  inline_message_id: String.t()
) :: {:ok, [Telegex.Model.GameHighScore.t()]} | {:error, Telegex.Model.errors()}

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 Telegex.Model.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.