Socket
Socket
Sign inDemoInstall

node-telegram-bot-api

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-telegram-bot-api - npm Package Versions

1
7

0.28.0

Diff

Changelog

Source

[0.28.0][0.28.0] - 2017-08-06

Added:

  1. (#361) Support Bot API v3.1 (by @Lord-Protector, @kamikazechaser)
  2. (#332) Support Bot API v3.0 (by @kamikazechaser, @GochoMugo)
  3. Add TelegramBot#removeTextListener() (by @GochoMugo)
  4. (#342) Add game example (by @MCSH)
  5. (#315) List 'bot-brother' project in community section in README (by @saeedhei)

Changed:

  1. (#367) Update TelegramBot#answerCallbackQuery() signature (by @mnb3000)

Fixed:

  1. (#325) Fix global regexp state reset (by @Sirius-A)
  2. (#363) Fix download file path on windows (by @kucherenkovova)
  3. (#346) Fix anchor webhook link in docs (by @Coac)

yagop
published 0.27.1 •

Changelog

Source

[0.27.1][0.27.1] - 2017-04-07

Added:

  1. (#287) Add Express WebHook example (by @kamikazechaser)

Fixed:

  1. (#291) Improve docs (by @preco21)
  2. (#298) Fix running on Node v5 (by @jehy)
  3. (#307) Fix badge links in README (by @JaakkoLipsanen)
  4. Fix defaulting value of options.polling.params.timeout (by @GochoMugo)
  5. Fix typos in Github issue template (by @GochoMugo, requested-by @GingerPlusPlus)

yagop
published 0.27.0 •

Changelog

Source

[0.27.0][0.27.0] - 2017-02-10

Added:

  1. Add constructor options:
    • (#243) options.polling.params (by @GochoMugo, requested-by @sidelux)
  2. Add methods:
    • (#74) TelegramBot#removeReplyListener() (by @githugger)
  3. (#283) Add proper error handling (by @GochoMugo)
  4. (#272) Add health-check endpoint (by @mironov)
    • options.webHook.healthEndpoint
  5. (#152) Add test for TelegramBot#sendDocument() using 'fileOpts' param (by @evolun)
  6. Document options.webHook.host (by @GochoMugo)
  7. (#264) Add Bot API version to README (by @kamikazechaser)
  8. Add examples:
    • (#271) WebHook on Heroku (by @TheBeastOfCaerbannog)
    • (#274) WebHook on Zeit Now (by @Ferrari)

Changed:

  1. (#147) Use String#indexOf(), instead of RegExp#test(), to find token in webhook request (by @AVVS)

Fixed:

  • Fix bug:
    • (#275, #280) fix es6 syntax error on Node.js v4.x (by @crazyabdul)
    • (#276) promise.warning from request-promise (by @GochoMugo, reported-by @preco21)
    • (#281) fix handling error during polling (by @GochoMugo, reported-by @dimawebmaker)
    • (#284) fix error during deletion of already-set webhook, during polling (by @GochoMugo, reported-by @dcparga)
  1. Fix links in documentation (by @Ni2c2k)

yagop
published 0.26.0 •

Changelog

Source

[0.26.0][0.26.0] - 2017-01-20

Added:

  1. Add TelegramBot constructor options:
    • options.https
    • options.baseApiUrl
    • options.filepath
  2. Add methods:
    • TelegramBot#stopPolling()
    • TelegramBot#isPolling()
    • TelegramBot#openWebHook()
    • TelegramBot#closeWebHook()
    • TelegramBot#hasOpenWebHook()
    • TelegramBot#deleteWebHook()
    • TelegramBot#getWebHookInfo()

Changed:

  1. Use POST requests by default
  2. Ensure all relevant methods return Promises
  3. Document auto-deletion of webhook during polling
  4. Deprecate support for Node.js v0.12
  5. Fix consistency of methods signatures
  6. Rename TelegramBot#initPolling() to TelegramBot#startPolling()
    • Deprecate TelegramBot#initPolling()

Fixed:

  1. Handle error during formatting formData
  2. Fix ES6 syntax

Credits/Blames: Unless explicitly stated otherwise, above work was done by @GochoMugo


yagop
published 0.25.0 •

Changelog

Source

[0.25.0][0.25.0] - 2016-12-21

Added:

  1. Supports the API v2.3 updates (by @kamikazechaser)
  2. Add TelegramBot constructor option:
    • options.request: proxy extra request options (by @tarmolov)
    • options.onlyFirstMatch (by @GingerPlusPlus)
  3. Add methods:
    • TelegramBot#sendVenue() (by Tketa)
    • TelegramBot#sendContact() (by @GochoMugo)
    • TelegramBot#getGameHighScores() (by @jishnu7)

Fixed:

  1. Fix request performance issue (by @preco21)
  2. Fix typos (by oflisback)
yagop
published 0.24.0 •

yagop
published 0.23.3 •

yagop
published 0.23.2 •

yagop
published 0.23.1 •

yagop
published 0.23.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc