# Telegram Bot: Handling Multiple Files in a Single Message

**URL:** https://community.make.com/t/telegram-bot-handling-multiple-files-in-a-single-message/69155
**Category:** Questions
**Tags:** telegram
**Created:** [February 11, 2025, 10:49pm UTC](https://community.make.com/t/telegram-bot-handling-multiple-files-in-a-single-message/69155 "2025-02-11T22:49:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Nikolay\_Aleshin](https://avatars.discourse-cdn.com/v4/letter/n/b19c9b/32.png) [@Nikolay\_Aleshin](https://community.make.com/u/Nikolay_Aleshin)
#### Post date: [February 11, 2025, 10:49pm UTC](https://community.make.com/t/telegram-bot-handling-multiple-files-in-a-single-message/69155/1 "2025-02-11T22:49:22Z")

</div>

Hello everyone, l’m a new user of this platform and I need your help.

I want to set up the following structure:

I send a message with text and attach 5 files to it, then send it to my private Telegram bot. The files should be uploaded to Google Drive, and the text should be saved in a Google Document.

The structure seems clear, but I’m stuck at the first step. I’m using “Watch Updates” as the first module, but it only captures the first message.

Telegram actually splits my single message (with text and 5 attached files) into 5 separate messages. As a result, “Watch Updates” triggers only once and processes just one of them.

My question is: how can I make this work?

---

<div class="post-metadata">

### Author: ![Nikolay\_Aleshin](https://avatars.discourse-cdn.com/v4/letter/n/b19c9b/32.png) [@Nikolay\_Aleshin](https://community.make.com/u/Nikolay_Aleshin)
#### Post date: [February 12, 2025, 1:45pm UTC](https://community.make.com/t/telegram-bot-handling-multiple-files-in-a-single-message/69155/2 "2025-02-12T13:45:01Z")

</div>

Guys, I need help, the question is still relevant…

Is there a way to make an HTTP request to the Telegram API to get the file IDs from the media\_group\_id assigned in the first message?

Gyz, I need help…

---

<div class="post-metadata">

### Author: ![MW](https://avatars.discourse-cdn.com/v4/letter/m/ecae2f/32.png) [@MW](https://community.make.com/u/MW)
#### Post date: [February 13, 2025, 3:15am UTC](https://community.make.com/t/telegram-bot-handling-multiple-files-in-a-single-message/69155/3 "2025-02-13T03:15:57Z")

</div>

Also new here but are you using an aggregator? It seems like when you have multiple bundles you need the aggregator, and I think each image is a bundle.

---

<div class="post-metadata">

### Author: ![Nikolay\_Aleshin](https://avatars.discourse-cdn.com/v4/letter/n/b19c9b/32.png) [@Nikolay\_Aleshin](https://community.make.com/u/Nikolay_Aleshin)
#### Post date: [February 13, 2025, 6:30pm UTC](https://community.make.com/t/telegram-bot-handling-multiple-files-in-a-single-message/69155/4 "2025-02-13T18:30:20Z")

</div>

> [@Nikolay\_Aleshin](#):
>
> Watch Updates

No, the aggregator has nothing to decompress, since the data from Watch Updates comes only with information about the first file, the rest is skipped…

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [May 14, 2025, 5:37pm UTC](https://community.make.com/t/telegram-bot-handling-multiple-files-in-a-single-message/69155/5 "2025-05-14T17:37:05Z")

</div>


