reply_to_message
Reply to a specific message in a Telegram chat by providing the message ID and reply text. Uses client-side parse mode for formatting.
Instructions
Convenience wrapper around send_message with required reply_to_message_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | No | Chat ID, @username, or omitted for TELEGRAM_DEFAULT_CHAT_ID. | |
| text | Yes | Reply text. | |
| dry_run | No | Force dry run. | |
| user_key | No | Logical user key for cooldown. Default mcp-agent. | |
| dedupe_key | No | Optional caller-provided idempotency key. | |
| message_id | Yes | Message ID to reply to. | |
| parse_mode | No | Client-side parse mode. Default none. |