Skip to main content
MindStudio
Pricing
Blog About
My Workspace
Telegram

Send Telegram Image

The Send Telegram Image block delivers an image to a specified Telegram chat using a bot.

Send an image to a Telegram chat via bot

The Send Telegram Image block delivers an image to a specified Telegram chat using a bot. It takes a bot token, a chat ID, and an image URL as required inputs, and optionally accepts a caption string to accompany the image. The bot token must follow the format "botId:token" as issued by Telegram's BotFather, and the chat ID identifies the specific conversation the image will be sent to.

The block does not return any data — its output is void, meaning it performs the send action and the workflow continues without a return value to reference downstream. This makes it a terminal or side-effect step rather than a data-producing one.

This block fits into workflows that need to push visual content to Telegram users or groups, such as automated reporting pipelines that deliver charts or screenshots, notification systems that include image attachments, or AI workflows that generate images and then distribute them through a Telegram bot.

What you can build

Real-world workflows powered by the Send Telegram Image block.

AI Image Delivery

After an AI image generation step produces an image URL, send the result directly to a Telegram chat for immediate viewing.

Automated Report Screenshots

Capture a dashboard or chart as an image and deliver it to a Telegram group on a scheduled basis.

E-commerce Product Alerts

Send a product image with a caption to a Telegram channel when a new item is listed or a price drops.

Security Camera Snapshots

Forward a snapshot image URL from a monitoring system to a Telegram chat when motion or an event is detected.

Team Visual Notifications

Deliver annotated screenshots or diagrams to a team Telegram group as part of an internal alerting workflow.

Content Publishing Preview

Send a preview image of a blog post or social media asset to a Telegram chat for review before publishing.

Ready to add Send Telegram Image to your workflow?

Get Started Free

Common questions about Send Telegram Image

What are the required parameters for this block?

Three parameters are required: botToken (a string in the format "botId:token" issued by Telegram), chatId (the Telegram chat ID identifying the destination conversation), and imageUrl (a URL pointing to the image to be sent). The caption field is optional.

What does this block return?

The block's output is void, meaning it returns no data. It performs the action of sending the image and the workflow proceeds, but no value is passed to subsequent blocks.

Can I include text with the image?

Yes. The block accepts an optional caption field, which allows you to attach a text string to the image when it is sent to the Telegram chat.

What kinds of workflows commonly use this block?

This block is typically used in notification workflows, AI image generation pipelines, automated reporting systems, and monitoring or alerting workflows where visual content needs to be delivered to a Telegram user or group.

Where do I get the bot token and chat ID?

The bot token is issued by Telegram's BotFather when you create a bot, and it must follow the format "botId:token". The chat ID is the unique identifier for the Telegram conversation you want to send the image to, which can be retrieved through the Telegram API or bot interaction logs.

Add Send Telegram Image to your workflow

Build powerful AI workflows with drag-and-drop blocks. No coding required.