Voice messages
messenger_get_voice_filesFetch temporary download URLs for voice messages by providing voice IDs. Use with messenger_get_messages_v3 to access voice files.
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 |
|---|---|---|---|
| voice_ids | Yes | CSV list of voice message identifiers (voice_id) from messenger_get_messages_v3, e.g. "id1,id2". | |
| user_id | No | Avito account ID that participates in the chats. Defaults to Profile_id from .env. |