hkp Posted August 18, 2022 Report Posted August 18, 2022 (edited) Is there any way to grab the trade offer URL to prompt to the user? I can't seem to find anything under the tradeoffer docs that mentions "URL" besides avatars. Just to be clear, a link to the trade offer created by steam-tradeoffer-manager, not the trade URL used to send the trades. Edited August 18, 2022 by hkp Quote
Dr. McKay Posted August 18, 2022 Report Posted August 18, 2022 offer.send((err, status) => { if (err) throw err; console.log(`https://steamcommunity.com/tradeoffer/${offer.id}`); }); Quote
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.