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

Added @private to _buildURL

This commit is contained in:
Yago 2015-09-26 22:51:00 +02:00
parent c8a4fc6917
commit 0735cd7ce6

View File

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