GetGameHighScores constructor

const GetGameHighScores({
  1. required int chatId,
  2. required int messageId,
  3. required int userId,
})

Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only

Implementation

const GetGameHighScores({
  required this.chatId,
  required this.messageId,
  required this.userId,
});