@telegram-actions/core
v2.2.0
Published
Control your Telegram bot with comands (@core)
Downloads
9
Maintainers
Readme
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