mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-30 22:05:28 +00:00
Added @private to _buildURL
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user