How to Create a Telegram Bot and Get Your Chat ID
Create a bot with BotFather, find your chat ID, and connect it to Twitter monitoring — the full setup in under 10 minutes.
4 thg 8, 2026
SignalGo Team
Every Twitter→Telegram setup starts here. No code required.
Part 1: BotFather
- Open Telegram, search @BotFather.
- Send
/newbot, pick a display name and username (must end inbot). - Copy the HTTP API token — treat it like a password.
Part 2: Chat ID for DMs
- Start a chat with your new bot (press Start).
- Send any message.
- Visit
https://api.telegram.org/bot<TOKEN>/getUpdatesin a browser (replace<TOKEN>). - Find
"chat":{"id":123456789}— that number is your chat ID.
Part 3: Groups and channels
- Group: add bot, send a message, read
getUpdatesagain. - Channel: add bot as admin, post a test message, read updates.
Group/channel IDs are often negative numbers — that's normal.
Part 4: Connect to SignalGo
Paste bot token + chat ID in Settings → Telegram. Add Twitter @usernames, then set include/exclude keywords so casual posts don't flood the chat.
Security
- Don't share your bot token in public channels.
- SignalGo encrypts tokens at rest.