Send Telegram Message in Markdown/HTML format
send_markdown_message_as_telegram_botSend a formatted message through a Telegram bot using HTML or Markdown, with optional chat ID override for targeting specific chats or delivering notifications.
Instructions
Send a message using Telegram bot in HTML or Markdown format (default: HTML)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | Optional override for target Telegram Chat ID | |
| parseMode | No | Message formatting mode: HTML (recommended), MarkdownV2, or Markdown (legacy) | HTML |
| messageText | Yes | Message text (HTML or Markdown) |