Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

Setup

  1. Create a bot with @BotFather: In any Telegram client (a regular free Telegram account works), open a chat with @BotFather, send /newbot, and follow the prompts to pick a display name and a unique username ending in ‘bot’. BotFather replies with the bot token.
  2. Store the token: Set the token from BotFather as TELEGRAM_BOT_TOKEN. You can regenerate it at any time with /revoke in @BotFather, which invalidates the old token.
  3. Open a chat with the bot: Bots cannot message users first. Start a direct chat with your bot (or add it to a group) and send it a message; the chat then appears in getUpdates, where you can read the numeric chat_id used to address messages.
Provider API reference: https://core.telegram.org/bots/api

Tools