Send Text Message to Telegram Chat
send_messageSend a text message to any Telegram chat, group, channel, or user. Specify chat ID and message content, with optional Markdown or HTML formatting.
Instructions
Send a text message to a specified Telegram chat, group, channel, or user. Mutation operation requiring TELEGRAM_SEND_ENABLED=true. For replying to an existing message, prefer reply_to_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | Yes | Text content of the message to send or save as draft. Supports Markdown or HTML. | |
| parse_mode | No | Text formatting parser: 'markdown' (default), 'html', or 'none'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |