import_bot
Import a Telegram bot from a base64-encoded ZIP package containing bot.yaml, .env, and commands/ directory.
Instructions
Import a bot from a ZIP package. The ZIP must contain bot.yaml, .env, and commands/ directory (same structure as exported by export_bot/download_bot). Provide the ZIP as base64-encoded string. Requires sk_* key. Subject to plan-based creation rate limits (e.g. 1 request per 5 min on FREE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64 | Yes | Base64-encoded ZIP file content (the bot configuration package). | |
| filename | No | Filename for the upload (default: bot-import.zip). | bot-import.zip |