SEND_MESSAGE
Send a text message to a Telegram chat or channel, optionally specifying a forum topic and a text formatting mode.
Instructions
Send a message to a Telegram chat or channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text to send | |
| chatId | Yes | The chat ID or channel username (e.g., @channelname or -1001234567890) | |
| topicId | No | The topic ID for forum channels (optional) | |
| parseMode | No | Parse mode for Telegram rendering. Use Text for plain text without formatting. |