tg_send
Send a Telegram message to a specified chat, visible to the recipient immediately. Supports optional reply-to and silent delivery to avoid notification sounds.
Instructions
Send a message as the user. This is visible to the recipient immediately.
Confirm the exact chat and wording with the user before calling, unless they already approved this specific message.
Args: chat: chat id, @username, exact title, or "me" for Saved Messages. text: message body (max 4096 chars). reply_to: message id to reply to. silent: deliver without a notification sound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| text | Yes | ||
| silent | No | ||
| reply_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |