0.1.14 • Published 3 years ago

@libtelegram/telegram v0.1.14

Weekly downloads
11
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago