tg_send
Send a text message to a Telegram chat, user, or Saved Messages. Confirm the exact recipient and wording beforehand to ensure the message is delivered as intended.
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 |