Basic Information

appmixer.telegram.core.GetFile

Get File

1.0.0

Public

Downloads a file a user sent to the bot and stores it for later steps. Takes the Telegram file ID emitted by the New Message trigger. Telegram only serves files up to 20 MB through this endpoint, and the download link it issues is valid for at least one hour.

Input Ports

in

FieldTypeDescription
Telegram File ID text The file_id of a photo, document or other attachment, as emitted by the New Message trigger.
File Name text Override the stored file name. Defaults to the name Telegram reports.

Output Ports

out

FieldTypeDescription
Stored File ID string -
File Name string -
Telegram File Path string -
File Size (Bytes) integer -
Telegram File ID string -

Full Metadata