packages/docs/user/connect-telegram.mdx
@BotFather./newbot.bot.Telegram.Find the bot by username and send:
hey, are you there?
If the bot is silent in groups, Telegram privacy mode is usually the reason. Use BotFather's /setprivacy flow if you want broader group visibility.
If you only want the bot in specific chats, fetch updates and read message.chat.id after sending it a message:
https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates
The token is usually wrong or the connector never came online.
Check privacy mode and group permissions.
Use the allowed chat list.