see api#getMe doc

experimental
yago 11 years ago
parent c704ab33d8
commit 7481325bed
  1. 2
      src/telegram.js

@ -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';

Loading…
Cancel
Save