Authentication Method
bot_token- Telegram bot token
Bot Token Setup
Step 1: Create a Telegram Bot
- Open Telegram and search for @BotFather
- Start a chat and send
/newbot - Follow the prompts to choose a name and username for your bot
- BotFather will send you a token like
123456789:ABCdef... - Copy and store it securely
Webhook Setup (Optional)
Telegram webhooks use a secret token for verification.- Generate a random secret string
- Store it as the webhook signature:
- Register the webhook URL with Telegram:
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| Bot Token | All API calls | Telegram @BotFather |
| Webhook Secret | Webhook verification | Self-generated |