Skip to content

Telegram node File operations#

Use this operation to get a file from Telegram. Refer to Telegram for more information on the Telegram node itself.

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

Get File#

Use this operation to get a file from Telegram using the Bot API getFile method.

Enter these parameters:

  • Credential to connect with: Create or select an existing Telegram credential.
  • Resource: Select File.
  • Operation: Select Get.
  • File ID: Enter the ID of the file you want to get.
  • Download: Choose whether you want the node to download the file (turned on) or not (turned off).

Refer to the Telegram Bot API getFile documentation for more information.