mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-07 16:10:11 +08:00
commit
fcaaa38085
@ -102,6 +102,7 @@ SteamCommunity.prototype.chatMessage = function(recipient, text, type, callback)
|
|||||||
|
|
||||||
type = type || 'saytext';
|
type = type || 'saytext';
|
||||||
|
|
||||||
|
var self = this;
|
||||||
this.request.post({
|
this.request.post({
|
||||||
"uri": "https://api.steampowered.com/ISteamWebUserPresenceOAuth/Message/v1",
|
"uri": "https://api.steampowered.com/ISteamWebUserPresenceOAuth/Message/v1",
|
||||||
"form": {
|
"form": {
|
||||||
|
Loading…
Reference in New Issue
Block a user