Voice messages
messenger_get_voice_filesGet temporary download URLs for voice messages using their voice IDs. Download voice files from Avito messenger chats before links expire.
Instructions
Returns temporary download URLs for voice messages by their voice_id. Read-only. voice_id values come from voice messages obtained via messenger_get_messages_v3 (the voice/voice_id field). The links are temporary — download immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Avito account ID that participates in the chats. Defaults to Profile_id from .env. | |
| voice_ids | Yes | Voice message identifiers from messenger_get_messages_v3. Prefer an array; a legacy CSV string remains accepted. |