GetInlineGameHighScores constructor
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,
});