Quick Start
Create a Telegram bot, connect it to NxCreator, and send your first reply.
1 — Create a bot
Open Telegram, message @BotFather, and run /newbot. Choose a bot name and username, then copy the bot token BotFather returns.
2 — Connect it to NxCreator
Open your NxCreator dashboard, choose Add Bot, and paste the token. This creates the project and connects the managed runtime to your Telegram bot.
Keep the bot token private. Anyone with the token can control that bot.
3 — Write your first handler
4 — Test it
Save the code, open the bot chat in Telegram, and send /start. Then send a regular message to confirm your general message handler is working too.
If /start 12345 style parameters matter for your flow, split the incoming message and read the extra arguments from ctx.message.text.
How did this page feel?
Quick feedback helps improve the docs.
Last updated March 22, 2026