0.0.11 ⢠Published 8 years ago
@castery/caster-telegram v0.0.11
š¤ This is the official platform integration module for caster. This platform was created for the messenger Telegram
| š¤ Caster | š Documentation |
|---|
Installation
Node.js 8.0.0 or newer is required
Yarn
Recommended, auto assembly
yarn add @castery/caster-telegramNPM
npm install @castery/caster-telegram --saveUsage
import { TelegramPlatform } from '@castery/caster-telegram';
/* ... */
const telegram = new TelegramPlatform({
adapter: {
token: '<token>'
}
});
caster.use(telegram);