SetInlineGameScore constructor
const
SetInlineGameScore({})
Updates the game score of the specified user in a game; for bots only
Implementation
const SetInlineGameScore({
required this.inlineMessageId,
required this.editMessage,
required this.userId,
required this.score,
required this.force,
});