@botol/tg-session
Version:
## Example ```typescript import { BotolTg } from '@botol/tg-bot'; import { BotolSession } from '@botol/tg-session';
33 lines (32 loc) • 684 B
JSON
{
"name": "@botol/tg-session",
"version": "0.0.4",
"main": "build/session.js",
"license": "MIT",
"private": false,
"author": {
"name": "le-ar",
"url": "https://github.com/le-ar/"
},
"repository": {
"type": "git",
"url": "https://github.com/botolear/tg-session"
},
"keywords": [
"dipo",
"composer",
"telegram",
"tg",
"bot"
],
"scripts": {
"prepublish": "tsc"
},
"devDependencies": {
"@types/node": "^15.0.3",
"typescript": "^4.2.4"
},
"dependencies": {
"@botol/tg-bot": "^0.x"
}
}