0.1.14 • Published 2 years ago

@libtelegram/telegram v0.1.14

Weekly downloads
11
License
MIT
Repository
-
Last release
2 years ago

This is Telegram bot API wrapper for LibTelegram that give you full Telegram bot API support.

Features:

  • Telegram bot API 4.9
  • 40+ telegram objects represent like classes
  • Polling
  • Webhooks
  • User message captures & scene path

Usage example

const Telegram = require('@libtelegram/telegram');

class Library extends Telegram {
    constructor (token) {
        super(token);
    }

    handle (usr, msg) {
        console.log(usr, msg)
    }
}

const bot = new Library(process.env.TOKEN);

bot.startPolling();
0.1.14

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago