send_message
Send an instant text message to any Telegram chat using a verified chat ID, username, or 'me' for Saved Messages. Delivers immediately with no undo.
Instructions
Send a text message. It is delivered immediately and there is no undo — confirm the chat_id came from list_chats or search_chats first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | Chat identifier from list_chats or search_chats: a numeric chat_id, a @username, or "me" for Saved Messages. Do not invent one. | |
| text | Yes | ||
| reply_to | No | message_id to reply to |