Telegram — bot API
telegram/bot · version 1
envs add telegram/bot
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
TELEGRAM_BOT_TOKEN |
required | secret | Telegram says to keep it secure because anyone holding it can control your bot. The documented shape is the bot's numeric id, a colon, then the rest. Revoking through BotFather issues a replacement at once. The name is convention.. Shape ^[0-9]+:[A-Za-z0-9_-]{30,}$. where to get it |