get_chat_history
Retrieve group chat messages from the last 7 days using the group ID. Supports pagination with a cursor and adjustable page size (1-100).
Instructions
Obtain the group chat history (messages sent within 7 days)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination | |
| group_id | Yes | The ID of the group chat | |
| page_size | No | Number of messages included in one response (1-100) |