From 75b36abfeb9e3008a8125254f395e6983044efeb Mon Sep 17 00:00:00 2001 From: GochoMugo Date: Mon, 10 Oct 2016 23:04:48 +0300 Subject: [PATCH] Fix errors reported by our linter --- src/telegram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telegram.js b/src/telegram.js index 741c50e..653cb0d 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -755,7 +755,7 @@ class TelegramBot extends EventEmitter { * Use this method to get up to date information about the chat * (current name of the user for one-on-one conversations, current * username of a user, group or channel, etc.). - * @param {Number|String} chatId Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername) + * @param {Number|String} chatId Unique identifier for the target chat or username of the target supergroup or channel * @return {Promise} * @see https://core.telegram.org/bots/api#getchat */