telegram-send-message
Send messages directly to Telegram chats using your personal account. Specify chat ID, text, and optional formatting or replies to communicate through the platform.
Instructions
Send a message to a Telegram chat
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username (e.g. @username or numeric ID) | |
| text | Yes | Message text | |
| replyTo | No | Message ID to reply to | |
| parseMode | No | Message format: md (Markdown) or html |