I need some help about my build

I’ve use google drive download file video then sending file to telegram node use sending send group message with video,image and Caption

Describe the problem/error/question

I’ve stuck on how to Attach file video to telegram

What is the error message (if any)?

I’ve use on https://api.telegram.org/botxxx/sendMediaGroup and don’t know how to seting

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello @beamhumyai

The Telegram send media group node supports sending up to 10 items per message, mixing videos and photos. Why don’t you use it?

if your workflow always sends the same number of videos or images, this node works great.

1 Like

Thank you for the solution. I’ve some questions file limit file upload for uploading Media files ?
My build will send a file over 50 mb. Use a link like this https://drive.google.com/uc?export=download&id=xxxx. This will work for me.

So, can I request to add a new feature to add a binary to the Media File

Hello @beamhumyai,

If the answer satisfied you as a solution, please mark as a solution.
This will help other users who have the same doubts as you to find an answer more easily.

For feature requests, I recommend writing on this channel: Feature Requests

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.