|
|
|
@ -13,8 +13,8 @@ var fs = require('fs'); |
|
|
|
var requestPromise = Promise.promisify(request); |
|
|
|
var requestPromise = Promise.promisify(request); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Telegram Bot API. Suppor for WebHooks and long polling. Emits `message` when |
|
|
|
* NodeJS class for Telegram Bot API. Support for WebHooks and long polling. Emits `message` when |
|
|
|
* a message arrives. |
|
|
|
* message arrives. |
|
|
|
* |
|
|
|
* |
|
|
|
* @class TelegramBot |
|
|
|
* @class TelegramBot |
|
|
|
* @constructor |
|
|
|
* @constructor |
|
|
|
|