Auto-forward your latest Telegram Saved Message to multiple groups.
If I helped you in any way, follow me. I truly appreciate it.
This bot takes the latest item from your Telegram Saved Messages and forwards it to every group listed in Groups.txt.
It can forward:
- normal text messages
- single images or videos
- messages with captions
- multiple images sent together as one album
Need to host the bot 24/7 without leaving your PC online?
Check my article for paid and free hosting options: https://byalexdavid.com/where-to-host-a-python-telegram-bot-so-it-runs-24-7
If you saved a message with multiple images and text/caption, the bot could send only the first image.
The bot now detects when the latest Saved Message is a Telegram album and forwards all images in that album together.
Simple example:
Saved Messages:
Image 1 + Image 2 + Image 3 + Caption
Bot sends:
Image 1 + Image 2 + Image 3 + Caption
- Install Python 3.12 or newer.
- Install the requirements:
pip install -r requirements.txt- Add your Telegram group links to
Groups.txt, one per line:
https://t.me/Group1
https://t.me/Group2
https://t.me/Group3
- Run the bot:
python TG_Auto.py- Login with your Telegram API details when asked.
The bot will keep forwarding your latest Saved Message to each group with the delay you choose.
- Use a safe delay between messages.
- Follow Telegram rules and API policies.
- Make sure you have permission to post in the groups you add.
Website: https://ctrlgamers.com/ LinkedIn: https://www.linkedin.com/in/alex-david-du-ba01601b1
Created by Alex David Du.