Guest Ino Posted November 27, 2018 Report Posted November 27, 2018 https://gyazo.com/10cec7112e61627598031bf00b26c388When I send a link through node steam-user it just send the text, when I send a link through Steam, then it is displayed in expanded form, how can I send the link so that it appears as a steam? Quote
Dr. McKay Posted November 27, 2018 Report Posted November 27, 2018 You'll probably need to wait until steam-user 3 comes out (whenever that happens, I don't have a timeframe yet) which adds official support for new chat. Quote
Guest Ino Posted December 9, 2018 Report Posted December 9, 2018 You'll probably need to wait until steam-user 3 comes out (whenever that happens, I don't have a timeframe yet) which adds official support for new chat.When will it happen ? Or can you tell me how need to do it ?I think that i need to connect to steamchat via websocket ? Quote
Dr. McKay Posted December 10, 2018 Report Posted December 10, 2018 I meant v4. You could install it directly from Git if you wanted, but I haven't yet written docs for new chat support. The new code is here. To call getGroups for example, you'd do user.chat.getGroups(...) Kacer 1 Quote
Guest Ino Posted December 11, 2018 Report Posted December 11, 2018 Thank you. When will you be able write the docs for new chat ? Quote
Guest Ino Posted December 18, 2018 Report Posted December 18, 2018 I meant v4. You could install it directly from Git if you wanted, but I haven't yet written docs for new chat support. The new code is here. To call getGroups for example, you'd do user.chat.getGroups(...)How can i install directly from git ? Quote
Dr. McKay Posted December 18, 2018 Report Posted December 18, 2018 Download it and drop it into node_modules. Quote
PonyExpress Posted January 2, 2019 Report Posted January 2, 2019 Download it and drop it into node_modules. How to install and start using v4? I downloaded v4.zip archive,extracted folder "node-steam-user-4" in my "node_modules"and changed SteamUser = require("steam-user"), to SteamUser = require("node-steam-user-4"), When I start, I get:Error: Cannot find module 'protobufjs/minimal' Quote
Dr. McKay Posted January 2, 2019 Report Posted January 2, 2019 You need to go into that node-steam-user-4 folder and run npm install Quote
PonyExpress Posted January 2, 2019 Report Posted January 2, 2019 You need to go into that node-steam-user-4 folder and run npm install Thanks. But even using v4, client.chatMessage(tsid, "https://help.steampowered.com/en/accountdata/SteamLoginHistory");still gives a simple text link.other (images, emoticons, /pre /quote /code etc.) don't work either 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.