send_message
Send a free-form text message to a designated Telegram chat. Supports Markdown and HTML formatting for plain or styled content.
Instructions
Send a free-form text message to the configured Telegram chat.
Use this for casual messages, inline code snippets, status updates, or any content that does not require structured formatting.
Args: text : The message body. Supports Telegram Markdown v1 by default. parse_mode : 'Markdown', 'HTML', or '' for plain text. Default: 'Markdown'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| parse_mode | No | Markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |