send_message
Send a text message to a Telegram chat, supporting HTML, Markdown, and MarkdownV2 formatting options.
Instructions
Send a text message to a chat. Supports HTML, Markdown, MarkdownV2 formatting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text (1-4096 chars) | |
| chat_id | Yes | Chat ID or @username | |
| entities | No | Array of MessageEntity objects | |
| effect_id | No | ||
| parse_mode | No | Formatting mode | |
| reply_markup | No | InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, or ForceReply | |
| protect_content | No | ||
| reply_parameters | No | ReplyParameters object | |
| message_thread_id | No | ||
| allow_paid_broadcast | No | ||
| disable_notification | No | ||
| link_preview_options | No | LinkPreviewOptions object | |
| business_connection_id | No |