Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/advanced/chat_api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ To read messages, send the following payload to <span class="color-tag" data-tag

You must specify either ((%Nbefore%)) or ((%Nafter%)). This endpoint may not be used to retrieve historical data, as it is capped to only return messages from the last 10 minutes. You may only call this endpoint once every 2 seconds.

All timestamps are Date.now() / 1000

You will receive a response like this:

```json
Expand Down