send_message
Send a text message to a Telegram chat by providing its chat ID and the message content.
Instructions
Send a message to a specified Telegram chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | The Telegram chat ID to send the message to. Can be a numeric ID or username with @ prefix. | |
| text | Yes | The message text to send. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||