Chat messages
messenger_get_messages_v3Fetch paginated message history for a specific Avito chat, including text, images, voice, and links, sorted newest to oldest.
Instructions
Returns the MESSAGES of a specific chat (V3), sorted newest to oldest: text, images, voice, links, date, and author. Read-only — does not mark the chat as read (use messenger_chat_read for that). Requires chat_id (from messenger_get_chats_v2). Page through a long conversation via limit/offset. For download URLs of voice files in messages, use messenger_get_voice_files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat identifier (string) from messenger_get_chats_v2. | |
| limit | No | How many messages to return per page (1–100, default 100). | |
| offset | No | Pagination offset: skip N messages (default 0). | |
| user_id | No | Avito account ID that participates in the chat. Defaults to Profile_id from .env. |