GetInlineGameHighScores constructor

const GetInlineGameHighScores({
  1. required String inlineMessageId,
  2. required int userId,
})

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

Implementation

const GetInlineGameHighScores({
  required this.inlineMessageId,
  required this.userId,
});