messages.HighScores#

class pyrogram.raw.types.messages.HighScores#

Highscores in a game.

Constructor of HighScores.

Details:
  • Layer: 158

  • ID: 9A3BFD99

Parameters:
  • scores (List of HighScore) – Highscores.

  • users (List of User) – Users, associated to the highscores.

Functions:

This object can be returned by 2 functions.

messages.GetGameHighScores

Get highscores of a game.

messages.GetInlineGameHighScores

Get highscores of a game sent using an inline bot.