App Nodes
n8n-nodes-base.telegram
Telegram node File operations documentation

Telegram node File operations

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

Get File

Use this operation to get a file from Telegram using the Bot API getFile (opens in a new tab) 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 (opens in a new tab) documentation for more information.