Creates the Telegram Bot extension pack
The extension context
The configured extension pack
import { createExtensionPack } from '@framers/agentos-communications-telegram';const pack = createExtensionPack({ options: { botToken: process.env.TELEGRAM_BOT_TOKEN, defaultParseMode: 'Markdown' }, logger: console}); Copy
import { createExtensionPack } from '@framers/agentos-communications-telegram';const pack = createExtensionPack({ options: { botToken: process.env.TELEGRAM_BOT_TOKEN, defaultParseMode: 'Markdown' }, logger: console});
Creates the Telegram Bot extension pack