send_message
Send text messages to Telegram chats. Supports Markdown or HTML formatting, silent sending, and disabling link previews.
Instructions
Send a text message to a Telegram chat.
Args:
text: Message body (max 4096 characters).
chat_id: Target chat: a numeric id or an @channelusername. Omit to
use the server's default chat.
parse_mode: Optional formatting: "MarkdownV2", "HTML" or "Markdown".
Leave empty to send plain text (safest). When set, the text must be
valid/escaped for that mode or Telegram rejects it.
disable_notification: Send silently, without a notification sound.
disable_web_page_preview: Do not expand link previews.
reply_to_message_id: Make this message a reply to an existing message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| chat_id | No | ||
| parse_mode | No | ||
| reply_to_message_id | No | ||
| disable_notification | No | ||
| disable_web_page_preview | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |