Poketz Posted February 25, 2017 Report Posted February 25, 2017 (edited) Is their a counterpart within steam-user to allow the removal of a member of a group? For context - I have a clan of 100+ CS:GO players and we're currently using the bot to fetch the ranks of each member and invite them to a rank-based sub-group. Over time their rank has the potential too change and as a result they'll need removing from the old group and inviting to a new one. I've written code to this effect but can't find a removeFromGroup(userSteamID, groupSteamID) I accept I may need to code something myself but don't want to reinvent the wheel. Also given how comprehnsive steam-user is.. if it has been ommited I suspect their may be a valid reason I should be aware of before embarking on my own effort. Edited February 25, 2017 by Poketz Quote
Dr. McKay Posted February 26, 2017 Report Posted February 26, 2017 There is not, because there's no way to kick a user from a group via the Steam client and thus there's no message to do so via a client connection. You can do it with node-steamcommunity: https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamGroup#kicksteamid-callback 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.