2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 05:17:41 +00:00

see api#getMe doc

This commit is contained in:
yago 2015-07-27 00:03:24 +02:00
parent c704ab33d8
commit 7481325bed

View File

@ -83,7 +83,7 @@ TelegramBot.prototype._request = function (path, options) {
/**
* Returns basic information about the bot in form of a `User` object.
* @return {Promise}
* @see
* @see https://core.telegram.org/bots/api#getme
*/
TelegramBot.prototype.getMe = function () {
var path = 'getMe';