2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 13:27:44 +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);
/**
* Telegram Bot API. Suppor for WebHooks and long polling. Emits `message` when
* a message arrives.
* NodeJS class for Telegram Bot API. Support for WebHooks and long polling. Emits `message` when
* message arrives.
*
* @class TelegramBot
* @constructor