send_message
Send a text message to any Telegram chat, group, or channel. Optionally reply to a specific message by ID.
Instructions
Send a message to a Telegram chat, channel, or group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | Chat ID (numeric) or @username | |
| text | Yes | Message text to send | |
| reply_to | No | Optional: message ID to reply to |