Create a bot
1
Talk to BotFather
Open Telegram and message
@BotFather. Send
/newbot.2
Name the bot
Provide a display name, then a username ending in
bot — for example
acme_support_bot.3
Copy the token
BotFather replies with a token shaped like
123456789:AAExxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. This is a credential —
treat it like a password.Connect
In your workspace, go to Settings → Integrations, find Telegram, and paste the bot token. There is no consent screen here — the token is the credential. GoConva validates it against Telegram and stores it encrypted. Connecting requires the admin or builder role.Bot privacy mode
By default, bots in group chats only receive messages that start with a command or mention them. If your agent should read all group messages, message BotFather with/setprivacy, select the bot, and choose Disable.
For one-to-one chats this setting has no effect — bots always receive everything.