Skip to content

Commit

Permalink
better doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Sep 7, 2012
1 parent 55e3a59 commit 635dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -487,7 +487,7 @@ Get the information about a user stickers.
bot.getStickerPlacements('4e0889d4a3f7517d1100af78', function (data) { console.log(data); }); bot.getStickerPlacements('4e0889d4a3f7517d1100af78', function (data) { console.log(data); });
// https://github.com/alaingilbert/Turntable-API/blob/master/turntable_data/getstickerplacements.js // https://github.com/alaingilbert/Turntable-API/blob/master/turntable_data/getstickerplacements.js
``` ```
### placeStickers ( placements:object [, callback:fn] ) ### placeStickers ( placements:array.<object> [, callback:fn] )


Sets a users stickers. The placements object is formatted the same as the placements object retrieved Sets a users stickers. The placements object is formatted the same as the placements object retrieved
in the getStickerPlacements callback. in the getStickerPlacements callback.
Expand Down

0 comments on commit 635dc75

Please sign in to comment.