Skip to content

Commit

Permalink
Fix Schmavery#238, history timestamp docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmavery committed Apr 6, 2016
1 parent c0c343e commit 801b3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ __Arguments__
* `threadID`: A threadID corresponding to the target chat
* `start`: The ith message in the chat from which to start retrieving history.
* `end`: The jth message in the chat to which retrieving history.
* `timestamp`: Used to described the start time. If set, will query messages from `timestamp` to `Date.now()`.
* `timestamp`: Used to described the end time. If set, will query messages up to and including `timestamp`.
* `callback(error, history)`: If error is null, history will contain an array of message objects.
---------------------------------------
Expand Down

0 comments on commit 801b3f5

Please sign in to comment.