telegram_send_message
Send text messages to Telegram chats with Markdown or HTML formatting. Optionally reply to existing messages or send silently.
Instructions
Send a text message to a Telegram chat.
Supports plain text, Markdown, and HTML formatting. Can reply to an existing message using reply_to_message_id.
Args: params (SendMessageInput): Validated input with chat_id, text, parse_mode, reply_to_message_id, and disable_notification.
Returns: str: JSON with the sent Message object or an error description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |