# Get the file URLs from a Post ID — Telegram User Botize method — `telegram_users.get_post_files_urls` (action). Generate temporary URLs that allow the download of content from a specific post in a particular chat. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `mb_switch` *(boolean)* — Rules - `chat_id` *(string)* — Chat Id - `message_id` *(string)* — Post Id - `max_file_mb` *(string, one of: "20" = 20 MB; "50" = 50 MB; "100" = 100 MB; "250" = 250 MB; "500" = 500 MB; "1024" = 1 GB; "2048" = 2 GB; "0" = Exclude all files (no images, video or files will be downloaded))* — Exclude files bigger than this size It also accepts repeatable field groups, with these prefixes: `mb_filters_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{media}}` *(array)* — Media. Array containing information about the images attached to the post - `{{media.0}}` *(text)* — Media 1. URL of the first image attached to the post (if applicable). This URL coincides with the one indicated in the {{image_url}} tag - `{{media.1}}` *(text)* — Media 2. URL of the second attached image to the post (if applicable) - `{{media.2}}` *(text)* — Media 3. URL of the third attached image to the post (if applicable) - `{{media.3}}` *(text)* — Media 4. URL of the fourth attached image to the post (if applicable) - `{{media.4}}` *(text)* — Media 5. URL of the fifth attached image to the post (if applicable) - `{{media.5}}` *(text)* — Media 6. URL of the sixth attached image to the post (if applicable) - `{{media.6}}` *(text)* — Media 7. URL of the seventh attached image to the post (if applicable) - `{{media.7}}` *(text)* — Media 8. URL of the eighth attached image to the post (if applicable) - `{{media.8}}` *(text)* — Media 9. URL of the ninth attached image to the post (if applicable) - `{{media.9}}` *(text)* — Media 10. URL of the tenth attached image to the post (if applicable) ## Account Needs a connected Telegram User account in Botize: https://botize.com/en/app/telegram_users/authenticate ## This app Every trigger and action for Telegram User: https://botize.com/en/app/telegram_users.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/telegram_users/get_post_files_urls