telegram-save-draft
Save or clear a message draft in a Telegram chat. Use empty text to clear an existing draft, or set replyTo to indicate the message being replied to.
Instructions
Save or clear a message draft for a chat. Pass empty text to clear the draft. Optional replyTo sets the message being replied to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Draft text. Empty string clears the draft | |
| chatId | Yes | Chat ID or username | |
| replyTo | No | Message ID this draft replies to |