Download a file
download_fileSave ParentSquare attachments to disk and get the local file path. Use for large files or when you need a permanent copy.
Instructions
Download any ParentSquare attachment to disk (default /root/Downloads/ParentSquare) and return the path. Use this for things too large to inline, or when you want to keep a copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Attachment URL from get_post, list_files or list_photos. | |
| show | No | Also inline the contents in the reply, if it is readable. | |
| filename | No | Override the saved file name. |