Skip to content

macsmac/telega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version Built with Gulp Dependencies status

Telega

Telega is a library based on telegram-bot-api for making Telegram bots fast and easily.

Documentation

Documentation is avaliable on wiki

Other

If you don't see something that you need (for example, file upload or process edited message) you can always access instance of telegram-bot-api:

bot.api.getMe().then(console.log);

Building

To build write:

npm run build

Don't care about it, if you're just installing it from npm.