0.0.11 • Published 7 years ago

@castery/caster-telegram v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

šŸ¤– 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-telegram

NPM

npm install @castery/caster-telegram --save

Usage

import { TelegramPlatform } from '@castery/caster-telegram';

/* ... */

const telegram = new TelegramPlatform({
	adapter: {
		token: '<token>'
	}
});

caster.use(telegram);
0.0.11

7 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago