Download Image
Downloads an image from a Telegram message to a specified directory.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Client Id - The unique identifier of the Telegram client to use for this operation.
- Chat Id - The unique identifier of the chat containing the message with the image.
- Message Id - The unique identifier of the message containing the image to download.
- Download Directory - The local directory path where the image should be saved.
Output
- Image Path - The full path to the downloaded image file.