mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-25 03:18:31 +00:00
feat: Telegram Bot API 7.1
This commit is contained in:
parent
8f741b2cb6
commit
515a1acdc7
14
CHANGELOG.md
14
CHANGELOG.md
@ -3,6 +3,20 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [0.65.0][0.65.0] - 2024-02-20
|
||||||
|
|
||||||
|
1. Support Telegram Bot API v7.1
|
||||||
|
* deleteMessages (@Sp3ricka)
|
||||||
|
* copyMessages (@xjx0106 & @Sp3ricka)
|
||||||
|
* setMessageReaction (@Sp3ricka)
|
||||||
|
* forwardMessages (@danielperez9430)
|
||||||
|
|
||||||
|
2. Minor changes: (@danielperez9430)
|
||||||
|
* Refactor methods order
|
||||||
|
* Fix copyMessages & setMessageReaction methods
|
||||||
|
* Added missing tests
|
||||||
|
* Fix tests for methods copyMessages & getMyDefaulAdministratorRights
|
||||||
|
|
||||||
## [0.64.0][0.64.0] - 2023-10-25
|
## [0.64.0][0.64.0] - 2023-10-25
|
||||||
|
|
||||||
1. Replace `request` with a maintained version (@danielperez9430)
|
1. Replace `request` with a maintained version (@danielperez9430)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Node.js module to interact with the official [Telegram Bot API](https://core.telegram.org/bots/api).
|
Node.js module to interact with the official [Telegram Bot API](https://core.telegram.org/bots/api).
|
||||||
|
|
||||||
|
|
||||||
[](https://core.telegram.org/bots/api)
|
[](https://core.telegram.org/bots/api)
|
||||||
[](https://www.npmjs.org/package/node-telegram-bot-api)
|
[](https://www.npmjs.org/package/node-telegram-bot-api)
|
||||||
[](https://travis-ci.org/yagop/node-telegram-bot-api)
|
[](https://travis-ci.org/yagop/node-telegram-bot-api)
|
||||||
[](https://codecov.io/gh/yagop/node-telegram-bot-api)
|
[](https://codecov.io/gh/yagop/node-telegram-bot-api)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-telegram-bot-api",
|
"name": "node-telegram-bot-api",
|
||||||
"version": "0.64.0",
|
"version": "0.65.0",
|
||||||
"description": "Telegram Bot API",
|
"description": "Telegram Bot API",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user