send_message
Send a text message to a Telegram chat by providing chat ID and message text, with optional reply-to-message support.
Instructions
Send a text message to a chat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text to send | |
| chatId | Yes | The chat ID to send the message to | |
| replyToMessageId | No | Message ID to reply to |