send_message
Deliver a Telegram text message to any chat or user, configurable with parse mode, notification control, and reply threading.
Instructions
Send a text message to a Telegram chat or user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| text | Yes | ||
| parse_mode | No | HTML | |
| disable_notification | No | ||
| reply_to_message_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| message_id | No | ||
| chat_id | No | ||
| date | No |