2.2.0 • Published 7 years ago
@telegram-actions/core v2.2.0
Telegram Actions
Control your Telegram bot with comands.
Install
npm install @telegram-actions/core --save
Example
import { IAction, TelegramActions } from '@telegram-actions/core';
const token = process.env.TOKEN || '';
const telegramActions = new TelegramActions(token, true);
telegramActions.start();
Note: Remember define bot token.more info
More examples
Default Actions
Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)
License
The MIT License (MIT)
Copyright © 2017 Silvelo
2.2.0
7 years ago
2.0.0
7 years ago
1.0.0-beta.2
7 years ago
1.0.0-beta.1
7 years ago
2.0.0-beta.1
7 years ago