1.2.0 • Published 2 years ago
telestatic v1.2.0
🚧 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.