2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 21:37:58 +00:00
This commit is contained in:
yago 2015-06-29 00:43:17 +02:00
parent 5708c30d7c
commit 156be1afed

View File

@ -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