@spectrum-ts/telegram
v9.1.0
Published
Telegram provider for spectrum-ts.
Readme
@spectrum-ts/telegram
Telegram provider for spectrum-ts. Inbound is delivered through Fusor webhooks; outbound goes through the Telegram Bot API.
Install
bun add spectrum-ts @spectrum-ts/telegramUse
import { Spectrum } from "spectrum-ts";
import { telegram } from "@spectrum-ts/telegram";
const spectrum = Spectrum({
providers: [telegram.config({ botToken: "..." })],
});See the telegram guide for the full setup.
