send_message
Send text messages to a Telegram chat using ID, username, or 'me'. Optionally reply, send silently, schedule, or add link previews.
Instructions
向某个对话发送文本消息。
Args:
chat: 目标对话(ID / @username / 'me' 表示收藏夹)。
text: 消息内容。
reply_to: 要回复的消息 ID;话题群里传话题 ID 即发到该话题。
parse_mode: 文本解析方式。
silent: 静默发送(不推送通知)。
link_preview: 是否展示链接预览。
schedule_at: 定时发送时间,如 +30m / 2026-01-01T09:00 / Unix 时间戳。
comment_to: 作为某条频道帖子的评论发送(传帖子 ID)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| text | Yes | ||
| silent | No | ||
| reply_to | No | ||
| comment_to | No | ||
| parse_mode | No | markdown | |
| schedule_at | No | ||
| link_preview | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||