read_messages
Retrieve chat messages newest first, with options to page back via offset_id, poll for new ones via min_id, or filter by search text.
Instructions
Read messages from a chat, newest first.
offset_id: return messages older than this id (paging back). min_id: return only messages newer than this id (polling for new ones). search: only messages containing this text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| limit | No | ||
| min_id | No | ||
| search | No | ||
| offset_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||