send_message
Send text messages or publish posts to Telegram chats and channels, with options for markdown/HTML formatting, silent delivery, and link preview control.
Instructions
Send a text message (also used to publish a post to a channel).
parse_mode: 'md' (bold, italic, code, link), 'html', or null for plain text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| text | Yes | ||
| silent | No | ||
| reply_to | No | ||
| parse_mode | No | md | |
| link_preview | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||