send_message
Send a text message to any Telegram chat using your user account. Confirm the chat and text before sending, as the action is irreversible and visible to all members.
Instructions
Send a text message to a chat as the logged-in user.
This is a real, irreversible send, visible to the chat's members, and cannot be recalled via this API — confirm the chat and text before calling.
Args: chat: Chat id/@username/title. text: Non-empty message text.
Returns {"sent": True, "message_id": }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||