New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@castery/caster-telegram

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@castery/caster-telegram

🤖⛓️ The Telegram platform for caster

0.0.11
latest
Source
npm
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status NPM version NPM downloads

🤖 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);

Keywords

platform

FAQs

Package last updated on 16 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts