From 0735cd7ce65050e1c4622786c9b5335050c91275 Mon Sep 17 00:00:00 2001 From: Yago Date: Sat, 26 Sep 2015 22:51:00 +0200 Subject: [PATCH] Added @private to _buildURL --- src/telegram.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/telegram.js b/src/telegram.js index 1202429..21a47b8 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -102,6 +102,7 @@ TelegramBot.prototype._request = function (path, options) { * Generates url with bot token and provided path/method you want to be got/executed by bot * @return {String} url * @param {String} path + * @private * @see https://core.telegram.org/bots/api#making-requests */ TelegramBot.prototype._buildURL = function(path) {