diff --git a/README.md b/README.md index 239c912..7735f5e 100644 --- a/README.md +++ b/README.md @@ -56,26 +56,26 @@ TelegramBot **See**: https://core.telegram.org/bots/api * [TelegramBot](#TelegramBot) - * [new TelegramBot(token, [options])](#new_TelegramBot_new) - * [.getMe()](#TelegramBot+getMe) ⇒ Promise - * [.setWebHook(url, [cert])](#TelegramBot+setWebHook) - * [.getUpdates([timeout], [limit], [offset])](#TelegramBot+getUpdates) ⇒ Promise - * [.sendMessage(chatId, text, [options])](#TelegramBot+sendMessage) ⇒ Promise - * [.answerInlineQuery(inlineQueryId, results, [options])](#TelegramBot+answerInlineQuery) ⇒ Promise - * [.forwardMessage(chatId, fromChatId, messageId)](#TelegramBot+forwardMessage) ⇒ Promise - * [.sendPhoto(chatId, photo, [options])](#TelegramBot+sendPhoto) ⇒ Promise - * [.sendAudio(chatId, audio, [options])](#TelegramBot+sendAudio) ⇒ Promise - * [.sendDocument(chatId, doc, [options])](#TelegramBot+sendDocument) ⇒ Promise - * [.sendSticker(chatId, sticker, [options])](#TelegramBot+sendSticker) ⇒ Promise - * [.sendVideo(chatId, video, [options])](#TelegramBot+sendVideo) ⇒ Promise - * [.sendVoice(chatId, voice, [options])](#TelegramBot+sendVoice) ⇒ Promise - * [.sendChatAction(chatId, action)](#TelegramBot+sendChatAction) ⇒ Promise - * [.getUserProfilePhotos(userId, [offset], [limit])](#TelegramBot+getUserProfilePhotos) ⇒ Promise - * [.sendLocation(chatId, latitude, longitude, [options])](#TelegramBot+sendLocation) ⇒ Promise - * [.getFile(fileId)](#TelegramBot+getFile) ⇒ Promise - * [.getFileLink(fileId)](#TelegramBot+getFileLink) ⇒ Promise - * [.downloadFile(fileId, downloadDir)](#TelegramBot+downloadFile) ⇒ Promise - * [.onText(regexp, callback)](#TelegramBot+onText) + * [new TelegramBot(token, [options])](#new_TelegramBot_new) + * [.getMe()](#TelegramBot+getMe) ⇒ Promise + * [.setWebHook(url, [cert])](#TelegramBot+setWebHook) + * [.getUpdates([timeout], [limit], [offset])](#TelegramBot+getUpdates) ⇒ Promise + * [.sendMessage(chatId, text, [options])](#TelegramBot+sendMessage) ⇒ Promise + * [.answerInlineQuery(inlineQueryId, results, [options])](#TelegramBot+answerInlineQuery) ⇒ Promise + * [.forwardMessage(chatId, fromChatId, messageId)](#TelegramBot+forwardMessage) ⇒ Promise + * [.sendPhoto(chatId, photo, [options])](#TelegramBot+sendPhoto) ⇒ Promise + * [.sendAudio(chatId, audio, [options])](#TelegramBot+sendAudio) ⇒ Promise + * [.sendDocument(chatId, doc, [options])](#TelegramBot+sendDocument) ⇒ Promise + * [.sendSticker(chatId, sticker, [options])](#TelegramBot+sendSticker) ⇒ Promise + * [.sendVideo(chatId, video, [options])](#TelegramBot+sendVideo) ⇒ Promise + * [.sendVoice(chatId, voice, [options])](#TelegramBot+sendVoice) ⇒ Promise + * [.sendChatAction(chatId, action)](#TelegramBot+sendChatAction) ⇒ Promise + * [.getUserProfilePhotos(userId, [offset], [limit])](#TelegramBot+getUserProfilePhotos) ⇒ Promise + * [.sendLocation(chatId, latitude, longitude, [options])](#TelegramBot+sendLocation) ⇒ Promise + * [.getFile(fileId)](#TelegramBot+getFile) ⇒ Promise + * [.getFileLink(fileId)](#TelegramBot+getFileLink) ⇒ Promise + * [.downloadFile(fileId, downloadDir)](#TelegramBot+downloadFile) ⇒ Promise + * [.onText(regexp, callback)](#TelegramBot+onText) ### new TelegramBot(token, [options])