Skip to main content
MindStudio
Pricing
Blog About
My Workspace
Telegram

Reply to Telegram Message

The Reply to Telegram Message block sends a text reply to a specific message in a Telegram chat, with the reply visually threaded to the original message in the conversation.

Reply to a specific Telegram message with threading

The Reply to Telegram Message block sends a text reply to a specific message in a Telegram chat, with the reply visually threaded to the original message in the conversation. To use it, you provide a bot token, a chat ID, the ID of the message you want to reply to, and the reply text itself. The text field supports MarkdownV2 formatting, and you can optionally specify a variable name to capture the sent reply's message ID for later use in the workflow.

The block outputs a single field, messageId, which is the numeric ID of the reply message that was sent. This ID can be passed to other blocks — for example, to edit the reply after it has been sent.

This block fits into workflows that respond to incoming Telegram messages, such as bots that answer user questions, confirm received commands, or provide status updates in group chats. Because the reply is visually threaded to the original message, it is particularly useful in group chat contexts where maintaining conversational context matters.

What you can build

Real-world workflows powered by the Reply to Telegram Message block.

Answer User Questions

When a user sends a question to a Telegram bot, reply directly to their message with an AI-generated answer, keeping the conversation threaded.

Confirm Command Receipt

After a user sends a bot command, reply to that specific message to confirm the command was received and is being processed.

Group Chat Moderation

In group chats, reply to flagged messages with automated moderation notices, keeping the response visually linked to the original post.

Support Ticket Updates

Reply to a user's support request message with a ticket number or status update, maintaining thread context in the chat.

Form Submission Acknowledgment

When a user submits data through a Telegram chat, reply to their submission message with a confirmation or summary of what was received.

Multi-Step Bot Conversations

In a multi-turn workflow, reply to each user message in sequence and capture the reply's message ID to enable later edits or follow-ups.

Ready to add Reply to Telegram Message to your workflow?

Get Started Free

Common questions about Reply to Telegram Message

What parameters are required to use this block?

The block requires four parameters: a bot token in the format 'botId:token', a chat ID identifying the Telegram chat, the ID of the message you want to reply to, and the reply text. The messageIdVariable field is optional and is used to store the sent reply's message ID into a workflow variable.

What does the block return?

The block outputs a messageId field containing the numeric ID of the reply message that was sent. This can be used in subsequent workflow steps, such as with an Edit Telegram Message block.

Does the reply text support any formatting?

Yes, the text field supports MarkdownV2 formatting as defined by the Telegram Bot API.

What kinds of workflows commonly use this block?

This block is commonly used in Telegram bot workflows that respond to incoming user messages, including question-answering bots, command-handling bots, and group chat automation. It is especially useful when the reply needs to be visually threaded to the original message for context.

How do I get the message ID to reply to?

The message ID to reply to is typically sourced from the incoming trigger variables of a Telegram trigger block, specifically the rawMessage.message_id field from the incoming update.

Add Reply to Telegram Message to your workflow

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