telegram-save-draft
Save a message draft to a Telegram chat, or clear an existing draft by passing empty text. Optionally set the message this draft replies 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 |