mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-09-01 23:05:21 +00:00
see api#getMe doc
This commit is contained in:
@@ -83,7 +83,7 @@ TelegramBot.prototype._request = function (path, options) {
|
|||||||
/**
|
/**
|
||||||
* Returns basic information about the bot in form of a `User` object.
|
* Returns basic information about the bot in form of a `User` object.
|
||||||
* @return {Promise}
|
* @return {Promise}
|
||||||
* @see
|
* @see https://core.telegram.org/bots/api#getme
|
||||||
*/
|
*/
|
||||||
TelegramBot.prototype.getMe = function () {
|
TelegramBot.prototype.getMe = function () {
|
||||||
var path = 'getMe';
|
var path = 'getMe';
|
||||||
|
Reference in New Issue
Block a user