timeline
Fetch a page of WeChat messages with sender, talker, keyword, and time filters. Paginate through complete chat archives by following the next_cursor link.
Instructions
Read one bounded timeline page; loop with data.page.next_cursor until done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | No | ||
| after | No | ||
| limit | No | ||
| order | No | desc | |
| before | No | ||
| offset | No | ||
| sender | No | ||
| talker | No | ||
| compact | No | ||
| keyword | No | ||
| message_type | No | ||
| after_message | No | ||
| display_order | No | asc | |
| before_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||