register_bot
Register a Telegram bot on your TeleBotHost account using a bot token from @BotFather. Optionally set a custom name and start it immediately.
Instructions
Register a new bot under your account. Requires sk_* (write) key. Subject to plan-based creation rate limits (e.g. 1 request per 5 min on FREE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_now | No | Whether to start the bot immediately. | |
| bot_name | No | Optional bot name. Defaults to the Telegram bot first name. | |
| bot_token | Yes | Telegram bot token from @BotFather, e.g. 123456789:ABCdef... |