Merge remote-tracking branch 'origin/master'

# Conflicts:
#	.idea/encodings.xml
This commit is contained in:
Alex Corn
2019-02-14 00:29:44 -05:00
12 changed files with 152 additions and 30 deletions

View File

@@ -123,6 +123,10 @@ CSteamGroup.prototype.deleteComment = function(cid, callback) {
this._community.deleteGroupComment(this.steamID, cid, callback);
};
CSteamGroup.prototype.comment = function(message, callback) {
this._community.postGroupComment(this.steamID, message, callback);
};
/**
* Get requests to join this restricted group.
* @param {function} callback - First argument is null/Error, second is array of SteamID objects