send_message_draft
Send a draft message to a Telegram chat, with the text streaming in progressively as it's generated.
Instructions
Send a streaming draft message. Content appears progressively as it's being generated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text (1-4096 chars) | |
| chat_id | Yes | Chat ID or @username | |
| entities | No | Array of MessageEntity objects | |
| effect_id | No | ||
| parse_mode | No | Formatting mode | |
| reply_markup | No | InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, or ForceReply | |
| protect_content | No | ||
| reply_parameters | No | ReplyParameters object | |
| message_thread_id | No | ||
| allow_paid_broadcast | No | ||
| disable_notification | No | ||
| business_connection_id | No |