UNPKG
telegram-bot-api
Version:
beta (2.0.0-beta.1)
latest (2.0.1)
2.0.1
2.0.0
2.0.0-beta.1
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
First Telegram Bot API node.js library
github.com/mast/telegram-bot-api
mast/telegram-bot-api
telegram-bot-api
/
lib
/
index.js
5 lines
(4 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
const
Api
=
require(
'./api'
)
module
.
exports
= Api
module
.
exports
.GetUpdateMessageProvider = require(
'./providers/update'
)
module
.
exports
.WebhookMessageProvider = require(
'./providers/webhook'
)