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
For general information about how Corsair handles authentication, see Authentication.