Messengers Bots Registration
Stealth connects not to the messengers directly, but to their bots, using them for sending/receiving messages. Below is the bot registration process for each supported messenger.
After registration, you will receive a Token from the bot, which is used in Stealth to connect to the bot.
P.S. Tokens shown below are examples only.
Talk to BotFather ( https://t.me/BotFather )
/newbot
BotFather will ask: “Alright, a new bot. How are we going to call it? Please choose a name for your bot.”
Write a name for your bot, e.g. VizBot
In a few seconds you will receive: “Good. Now let’s choose a username for your bot. It must end in bot. Like this, for example: TetrisBot or tetris_bot.”
Write a unique username ending with “bot”.
If the selected username already exists, you will get: “Sorry, this username is already taken. Please try something different.” — repeat until the username is unique.
E.g. Viz402020_Bot
In the response you will see something like: “Done! Congratulations on your new bot. You will find it at t.me/Viz402020_Bot. …” — you need the line “Use this token to access the HTTP API: 123456789:AABBCCDDEEFFgghhiijjkkllmmnnooppqqr”. That is the token which you must set before connecting Telegram in Stealth.
Registration is done in a browser, not in the Discord app.
Go to https://discord.com/developers/applications.
Click “New Application” (top right), enter an application name (this is not the bot name), and click Create.
In the left menu, click “Bot”. Click “Add Bot” and confirm.
Enter the bot’s username. To copy its token, click “Reset Token”, then “Copy”. Save the token — it will not be shown again.
Important: Without this step, Stealth will not receive message content from Discord.
On the same “Bot” page, scroll down to Privileged Gateway Intents and enable Message Content Intent. Click “Save Changes”.
In the Discord app, click the “+” button in the left sidebar, then “Create My Own” to create a new server.
Back in the Developer Portal, go to OAuth2 → URL Generator. Under “Scopes”, check bot. Under “Bot Permissions”, check Read Messages/View Channels, Send Messages, and Read Message History. Copy the generated URL at the bottom of the page.
Open this URL in your browser, select your server, and click “Authorize”.
Now you can communicate with your bot on any channel of this server where it has access.