get_messages
Read messages from a specific conversation, newest first, excluding tapbacks and system events.
Instructions
Read messages from one conversation, newest first.
Tapbacks and system events such as group renames are excluded: they are stored as messages but are not things anybody said.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to return (default: 50) | |
| offset | No | Number of messages to skip from the start (default: 0) | |
| chat_guid | Yes | The conversation's guid, from list_chats |