send_message_draft
Send a draft message to a chat, enabling progressive updates. Supports text formatting, forwarding protection, and notification settings.
Instructions
Send a draft message that can be updated progressively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Draft text (partial) | |
| chat_id | No | Chat ID. Optional — defaults to log group | |
| entities | No | JSON array of MessageEntity | |
| parse_mode | No | ||
| protect_content | No | Protect from forwarding | |
| message_thread_id | No | Topic/thread ID | |
| disable_notification | No | Send silently |