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