mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-09-02 07:15:34 +00:00
Fix errors reported by our linter
This commit is contained in:
@@ -755,7 +755,7 @@ class TelegramBot extends EventEmitter {
|
|||||||
* Use this method to get up to date information about the chat
|
* Use this method to get up to date information about the chat
|
||||||
* (current name of the user for one-on-one conversations, current
|
* (current name of the user for one-on-one conversations, current
|
||||||
* username of a user, group or channel, etc.).
|
* 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}
|
* @return {Promise}
|
||||||
* @see https://core.telegram.org/bots/api#getchat
|
* @see https://core.telegram.org/bots/api#getchat
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user