The Telegram Get File module does not return a binary file

Hello,
I want to upload a JPG file from a Telegram bot and send it to the Base LLM module for further processing.
I use the Telegram Trigger node, connect the Telegram Get File node, enable the download function, and expect to receive a binary file for further processing by the Base LLM module.
However, I am unable to get a binary file—it always comes as a file with Mime Type: application/octet-stream, which is not processed by the Base LLM.
I tried using HTTP Request + Set instead of Telegram Get File, but the result was the same. I am using a cloud version deployed on elest.io.

Could you please help me figure out what might be causing this issue?


Attach this “Get information” node to your file and it will convert the MIME type to the correct one.

.

:point_right: If my reply answers your question, please remember to mark it as a solution.

2 Likes