Reply Directly to Existing Message
reply_to_messageReply directly to a specific Telegram message by providing chat ID, message ID, and text.
Instructions
Send a message in direct reply to a specific message ID in a chat. Mutation operation requiring TELEGRAM_SEND_ENABLED=true. To send a standalone message, use send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Body text of the message, comment, or search query string. | |
| account | No | Optional account label for multi-account environments. If omitted in single-mode, the default account is used. In multi-mode without an account, read-only tools fan out across all configured accounts. | |
| chat_id | Yes | Target Telegram chat, group, supergroup, channel, or user identifier. Accepts numeric chat ID (e.g. -1001234567890 or 123456789), username (e.g. '@channel'), or phone number. | |
| message_id | Yes | Unique integer ID of the target message within the specified chat. | |
| parse_mode | No | Text formatting parser: 'markdown' (default), 'html', or 'none'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |