migrate_bot_storage
Migrate Telegram bot synchronously stored data to async database storage. Supports dry-run preview to validate before applying changes.
Instructions
Migrate sync Bot.setProp data to async db.xx storage. Supports dry-run preview. Options: scope (bot|user|both), dryRun, overwrite, deleteSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botid | Yes | The numeric bot ID. | |
| scope | No | both | |
| dryRun | No | Preview without making changes. | |
| overwrite | No | ||
| deleteSource | No | Delete source data after migration. |