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:
parent
c8a4fc6917
commit
0735cd7ce6
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user