copyWith method
Implementation
GetGameHighScores copyWith({int? chatId, int? messageId, int? userId}) =>
GetGameHighScores(
chatId: chatId ?? this.chatId,
messageId: messageId ?? this.messageId,
userId: userId ?? this.userId,
);