Chat by ID
messenger_get_chat_by_id_v2Retrieve details of a single chat by its ID, including participants, linked item, context, and last message. Use when chat_id is already known.
Instructions
Returns the details of a SINGLE chat by a known chat_id: participants, linked item, context, and the last message. Read-only. Use it when the chat_id is already known; to find a chat_id or get a list of conversations, use messenger_get_chats_v2. The conversation messages themselves are returned by messenger_get_messages_v3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat identifier (string) obtained from messenger_get_chats_v2. | |
| user_id | No | Avito account ID that owns the chat. Defaults to Profile_id from .env. |