MessagesGetInlineGameHighScores constructor

const MessagesGetInlineGameHighScores({
  1. required InputBotInlineMessageIDBase id,
  2. required InputUserBase userId,
})

Messages Get Inline Game High Scores constructor.

Implementation

const MessagesGetInlineGameHighScores({
  required this.id,
  required this.userId,
}) : super._();