@telegram-actions/core
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 --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

/@telegram-actions/core/

    Package Sidebar

    Install

    npm i @telegram-actions/core

    Weekly Downloads

    1

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    10.5 kB

    Total Files

    28

    Last publish

    Collaborators

    • arturo.silvelo