Risse Posted June 14 Report Share Posted June 14 Hi! Perhaps someone has faced such a task, if an account has a retention of trade to which we send trade offers, then we should exclude such offers, how to do this? Tell me, please Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted June 14 Report Share Posted June 14 https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getuserdetailscallback Risse 1 Quote Link to comment Share on other sites More sharing options...
Risse Posted June 15 Author Report Share Posted June 15 16 hours ago, Dr. McKay said: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getuserdetailscallback Thank you, however, I am only given the json of my account, but I need to receive information about the retention from a partner Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted June 15 Report Share Posted June 15 It's used like this offer.getUserDetails((err, me, them) => { console.log(`My escrow: ${me.escrowDays}; Their escrow: ${them.escrowDays}`); }); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.