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