Socket
Socket
Sign inDemoInstall

telestatic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telestatic

Telegram MTProto framework for NodeJS


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Telestatic performance

🛫 Telestatic

Telegram MTProto framework for NodeJS

🚧 DEVELOPMENT!
Development is in full swing, wait for the results.

🔑 Installation (not fully)

• From NPM:

npm install telestatic@latest

• From YARN:

yarn add telestatic@latest

🔌 Usage (not all!)

• Welcome UserBot

const { Telestatic } = require('telestatic'); // importing module
/* or 
 import { Telestatic } from 'telestatic';
*/

const bot = new Telestatic({
    apiHash: 'paste here', // get it from my.telegram.org
    apiId: 1234, // get it from my.telegram.org
    // botToken : 'token' /* if you need a Bot, paste bot token from @BotFather */ 
});
bot.run(); // running client.
bot.hears('hi', (ctx) => {
    ctx.reply('Ohh, hello!');
});

📁 Documentation (COMMING SOON) (not fully)

All documentation on methods, requests, and additional information is on the TELESTATIC.

📃 License

This information is distributed for informational purposes. We are not trying to offend anyone. For more information go to the file LICENSE.

Keywords

FAQs

Package last updated on 25 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc