Skip to content

Update node-telegram-bot-api to the latest version 🚀 - #133

Open
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/node-telegram-bot-api-0.40.0
Open

Update node-telegram-bot-api to the latest version 🚀#133
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/node-telegram-bot-api-0.40.0

Conversation

@greenkeeper

Copy link
Copy Markdown
Contributor

The dependency node-telegram-bot-api was updated from 0.30.0 to 0.40.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher:yagop
License: MIT

Find out more about this release.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

Release Notes for v0.50.0

Added:

  1. Support Bot API v4.8: (by @danielperez9430)
    • Add methods: sendDice()
  2. Support Bot API v4.7: (by @danielperez9430)
    • Add methods: getMyCommands(),setMyCommands()
  3. Support Bot API v4.5: (by @danielperez9430)
    • Add methods: setChatAdministratorCustomTitle()
  4. Support Bot API v4.4: (by @danielperez9430)
    • Add methods: setChatPermissions()
  5. Support for poll_answer (by @JieJiSS)
  6. Add request options in file stream (by @zhangpanyi )

Changed: (by @danielperez9430)

  • New message type: dice
  • Fix Bugs in tests
  • Fix regex compare (by @ledamint)
  • Fix listening for error events when downloading files (by @Kraigo)

New Test: (by @danielperez9430)

  • sendDice
  • getMyCommands
  • setMyCommands
  • setChatAdministratorCustomTitle
  • setChatPermissions
Commits

The new version differs by 9 commits.

  • 917c20crelease: v0.50.0
  • 7643551Fix catch error while file not able download (#737)
  • d853a18fix regexp compare (#783)
  • b4309cfsrc/telegram: Add request options in getFileStream (#771)
  • 1ca5e2bUpdate tutorials.md (#803)
  • 1bae9c2Add new method sendDice, getMyCommands, setMyCommands and more (#796)
  • c6a0eedUpdate README.md (#790)
  • 8bf57c1example: update express example
  • 5169d79docs: add proxy usage reference

See the full diff

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@GPlay97