@radzor/telegram-bot
Telegram bot component using the Bot API. Send messages, photos, reply keyboards, and inline keyboards.
Chat & Messagingv0.1.0typescriptpythonServertelegrambotchatmessagingsocialby Radzor
Install
View source on GitHub →$npx radzor@latest add telegram-bot
⚠ Constraints: Requires a Telegram Bot Token from @BotFather. Uses long-polling by default. For production, prefer webhook mode with HTTPS.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| botToken* | string | — | Telegram Bot API token from @BotFather.TELEGRAM_BOT_TOKEN |
botToken*string
Telegram Bot API token from @BotFather.
TELEGRAM_BOT_TOKEN
Outputs
| Name | Type | Description |
|---|---|---|
| messageResult | { messageId: number; chatId: number } | Sent message ID and chat ID. |
messageResult{ messageId: number; chatId: number }