Socket
Book a DemoInstallSign in
Socket

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
Package was removed
Sorry, it seems this package was removed from the registry

telestatic

Telegram MTProto framework for NodeJS

1.2.0
unpublished
latest
Source
npmnpm
Version published
Maintainers
1
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

telestatic

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.