UNPKG

@botol/tg-bot

Version:

## Simple Examples ```typescript import { BotolTg } from '@botol/tg-bot';

34 lines (33 loc) 749 B
{ "name": "@botol/tg-bot", "version": "0.0.4", "main": "build/index.js", "license": "MIT", "private": false, "author": { "name": "le-ar", "url": "https://github.com/le-ar/" }, "repository": { "type": "git", "url": "https://github.com/botolear/tg-bot" }, "keywords": [ "dipo", "composer", "tg-bot" ], "scripts": { "prepublish": "tsc" }, "devDependencies": { "@types/node": "^15.0.3", "typescript": "^4.2.4" }, "dependencies": { "@botol/dipo": "^0.x", "@botol/tg-client": "^0.x", "@botol/tg-dipo": "^0.x", "@botol/tg-methods": "^0.x" } }