SetGameScore constructor
SetGameScore({})
Implementation
SetGameScore({
required this.chatId,
required this.messageId,
required this.editMessage,
required this.userId,
required this.score,
required this.force,
});