@telegram-actions/transmission
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

Telegram Actions

CircleCI codecov Donate

Control your Telegram bot with comands.

Install

npm install @telegram-actions/core @telegram-actions/transmission --save

Example

import { IAction, TelegramActions } from '@telegram-actions/core';
import { transmissionActions } from '@telegram-actions/transmission';

const token = process.env.TOKEN || '';

const telegramActions = new TelegramActions(token, true);

telegramActions.addActions(transmissionActions);
telegramActions.start();

Note: Remember define bot token.more info

More examples

Transmission 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

/@telegram-actions/transmission/

    Package Sidebar

    Install

    npm i @telegram-actions/transmission

    Weekly Downloads

    4

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    10.8 kB

    Total Files

    12

    Last publish

    Collaborators

    • arturo.silvelo