Telegram Set Typing
The Telegram Set Typing block triggers the "typing.
Show a typing indicator in a Telegram chat
The Telegram Set Typing block triggers the "typing..." indicator in a specified Telegram chat, simulating the appearance that a bot is composing a message. It communicates with Telegram's API using a bot token and a target chat ID, both of which are required inputs. The block does not return any data — its output is void, meaning it performs an action without producing a value for downstream blocks to consume.
The two required parameters are a Telegram bot token, formatted as "botId:token", and a chat ID identifying the conversation where the indicator should appear. These are the only configuration fields the block exposes, keeping its interface minimal and focused on a single action.
This block fits into Telegram bot workflows where a sequence of steps — such as processing user input, querying a database, or generating a response — precedes sending a reply. Placing this block before a message-sending step signals to the chat participant that activity is occurring, which reflects the natural pacing of a conversation.
What you can build
Real-world workflows powered by the Telegram Set Typing block.
AI Chatbot Response Flow
Trigger the typing indicator before an AI-generated reply is sent, so the Telegram user sees activity while the model processes their input.
Customer Support Bot
Show a typing indicator while a support workflow looks up account data or ticket status before delivering a response to the user.
Scheduled Notification Bot
Precede a scheduled daily or weekly message with a typing indicator to make automated broadcasts feel less abrupt.
Database Query Feedback
Display the typing indicator while a workflow queries an external database, giving the user a visual cue that their request is being handled.
Multi-Step Form Collection
Insert the typing indicator between each question in a conversational form bot to maintain a natural back-and-forth interaction rhythm.
API Integration Workflows
Show the typing indicator while a workflow calls a third-party API and waits for a response before relaying results to the Telegram chat.
Ready to add Telegram Set Typing to your workflow?
Get Started FreeCommon questions about Telegram Set Typing
What parameters does the Telegram Set Typing block require?
The block requires two parameters: a Telegram bot token in the format "botId:token" and a chat ID that identifies the Telegram conversation where the indicator should appear.
What does this block return?
The block returns void, meaning it produces no output value. It performs an action on the Telegram API but does not pass any data to subsequent blocks in the workflow.
What kinds of workflows commonly use this block?
It is used in Telegram bot workflows where a processing step — such as generating a response, querying data, or calling an external API — occurs before a message is sent. Placing this block before a message-sending block reflects a natural conversational flow.
Does this block send a message to the chat?
No. The block only triggers the typing indicator. Sending an actual message requires a separate Telegram messaging block in the workflow.
Can the same bot token and chat ID be used across multiple blocks in a workflow?
Yes. The bot token and chat ID are configured per block, so you can reuse the same values in this block and in any downstream Telegram blocks that target the same chat.
Related capabilities
Send Telegram Audio
Send an audio file to a Telegram chat as music or a voice note via a bot.
Send Telegram File
Send a document/file to a Telegram chat via a bot.
Send Telegram Image
Send an image to a Telegram chat via a bot.
Send Telegram Message
Send a text message to a Telegram chat via a bot.
Edit Telegram Message
Edit a previously sent Telegram message. Use with the message ID returned by Send Telegram Message.
Reply to Telegram Message
Send a reply to a specific Telegram message. The reply will be visually threaded in the chat.
Add Telegram Set Typing to your workflow
Build powerful AI workflows with drag-and-drop blocks. No coding required.