2. Telegram Setup
To connect unCoded with Telegram, you first need to set up a communication channel so the bot can send updates, execute commands, and manage trades directly via Telegram.
General Note on Telegram
All steps in this documentation assume you are using the Telegram desktop or mobile client (Windows, iOS, Android).
1. Bot Registration
You must register your Binance UID and activate it in Telegram using @unCoded_bot.
How to do this in Telegram:
Open @unCoded_bot.
If the menu is not displayed automatically, type /start to open it.
💡 In the Telegram bot it looks like this:
Main Menu: Account, Finances, Referral, Docs

Go to Account.
Select Add / verify UID.

Enter your Binance UID (digits only).
You can find it on your dashboard on Binance.
You can register up to 5 UIDs in total.
Once saved, your Binance account is linked and activated for unCoded.
2. Create a new Bot via BotFather
Open a chat with @BotFather on Telegram.
Send the command:
Follow the prompts to choose a name and username for your bot.
Once complete, you will receive the Bot Token, which you will later add to your server configuration.

3. Create a Group and Add the Bot
To link unCoded with Telegram, you need a dedicated group.
How to create the group:
Open the Telegram desktop or mobile client.
Click on the menu icon (three horizontal lines) in the top left corner.

Select New Group.

Give the group a name (e.g.,
unCoded Trading).

When asked to add participants, immediately add:
Your newly created Telegram bot (from BotFather).

The helper bot @my_id_bot.

(You will also be a member of the group automatically.)
Save the setting.
4. Give Your Bot Administrator Rights
For the bot to function properly in the group, it must be set as an Administrator.
Steps:
Open your new group.
Click on the three dots (⋮) in the top right corner and select Manage Group.

Go to Administrators.

Click Add Administrator.

Select your unCoded Bot.

Confirm with Save.

👉 Normal administrator rights are sufficient. You don’t need to enable or adjust any special permissions.
5. Retrieve the Group Chat ID
In the group chat, send:

@my_id_bot will reply with two values:
Group ID (e.g.,
-1001234567890)Your Telegram ID (for special admin commands)
Note: How to integrate the Bot Token, Group ID and Telegram ID into your server configuration is covered in the next section of the documentation.
Last updated