telegram_send_and_wait_reply
Send a Telegram message and wait for a reply in the same conversation. Supports text, media, and captions; sends an acknowledgment when a reply arrives.
Instructions
Send a message to Telegram and block until a reply arrives in the same chat. Supports: plain text, photo, audio, or document — with an optional caption. You can send text only, media only, or media + caption together. For media: provide a media object with type and either a public url or base64Data. Sends an instant ACK back to Telegram when a reply is received. Returns reply text + ack_message_id so you can later edit the ACK with your final response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | No | Attach a photo, audio file, or document to the message. Supply either a public url OR base64Data (not both). | |
| ackText | No | ACK message sent immediately upon receiving a reply | ✅ Recibido, procesando... |
| message | No | Message text to send (or caption when media is attached). Required if no media. | |
| parseMode | No | ||
| waitTimeoutSeconds | No | Max seconds to wait for a reply (default 18000 = 5h) |