You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept or decline an invite to join group `steamIdGroup`. `response` is a `boolean` value. This can be used in conjunction with `node-steam`'s `group` event.
42
+
Accept or decline an invite to join group `steamIdGroup`. `response` is a `boolean` value.
43
+
44
+
This can be used in conjunction with `node-steam`'s `group` event.
43
45
44
46
# Example
45
47
46
48
```js
47
-
// Require node-steam and node-steam-groups first
49
+
// Require steam and steam-groups first
48
50
var Steam =require('steam');
49
51
var SteamGroups =require('steam-groups');
50
52
@@ -54,15 +56,16 @@ var steamFriends = new Steam.SteamFriends(client);
54
56
55
57
var steamGroups =newSteamGroups(client);
56
58
57
-
//Call logOn and add additional code here ...
59
+
//Connect to Steam network and add additional code here ...
0 commit comments