node-telegram-bot-api
Advanced tools
Comparing version 0.54.0 to 0.55.0
@@ -6,2 +6,17 @@ # Change Log | ||
## [0.55.0][0.55.0] - 2021-11-06 | ||
Added: | ||
1. Support Bot API v5.4: (@danielperez9430) | ||
* Add method *approveChatJoinRequest()* | ||
* Add method *declineChatJoinRequest()* | ||
* Add support for new updates: | ||
* *chat_join_request* | ||
Fixes: | ||
* Method *editMessageMedia*: Now you can send a local file (`"attach://" + filePatch`) | ||
## [0.54.0][0.54.0] - 2021-06-29 | ||
@@ -8,0 +23,0 @@ |
{ | ||
"name": "node-telegram-bot-api", | ||
"version": "0.54.0", | ||
"version": "0.55.0", | ||
"description": "Telegram Bot API", | ||
@@ -20,3 +20,3 @@ "main": "./index.js", | ||
"build": "babel -d ./lib src", | ||
"prepublishOnly": "npm run build && npm run gen-doc", | ||
"prepublishOnly": "npm run build", | ||
"eslint": "eslint ./src ./test ./examples", | ||
@@ -23,0 +23,0 @@ "mocha": "mocha", |
@@ -8,3 +8,3 @@ <h1 align="center">Node.js Telegram Bot API</h1> | ||
[![Bot API](https://img.shields.io/badge/Bot%20API-v.5.2-00aced.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) | ||
[![Bot API](https://img.shields.io/badge/Bot%20API-v.5.4-00aced.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) | ||
[![npm package](https://img.shields.io/npm/v/node-telegram-bot-api?logo=npm&style=flat-square)](https://www.npmjs.org/package/node-telegram-bot-api) | ||
@@ -93,4 +93,3 @@ [![Build Status](https://img.shields.io/travis/yagop/node-telegram-bot-api/master?style=flat-square&logo=travis)](https://travis-ci.org/yagop/node-telegram-bot-api) | ||
* [redbot](https://github.com/guidone/node-red-contrib-chatbot): A Node-RED plugin to create telegram bots visually | ||
* [node-telegram-keyboard-wrapper](https://github.com/alexandercerutti/node-telegram-keyboard-wrapper): A wrapper to improve `reply_markup` structures creation in an easy way (supports Inline Keyboards, Reply Keyboard, Remove Keyboard and Force Reply) | ||
* [node-telegram-operation-manager](https://github.com/alexandercerutti/node-telegram-operation-manager): A utility to manage replies flows and commands. Let also create custom queues for your own bot. | ||
* [node-telegram-keyboard-wrapper](https://github.com/alexandercerutti/node-telegram-keyboard-wrapper): A wrapper to improve keyboards structures creation through a more easy-to-see way (supports Inline Keyboards, Reply Keyboard, Remove Keyboard and Force Reply) | ||
@@ -97,0 +96,0 @@ ## License |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
368648
5526
112