list_messages
Retrieve chat history by listing messages from a specified WhatsApp chat. Supports pagination with adjustable limits and page numbers for efficient message retrieval.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chat_jid | Yes | The JID of the chat (e.g., '123456@s.whatsapp.net' or 'group@g.us') | |
limit | No | Max messages per page (default 20) | |
page | No | Page number (0-indexed, default 0) |