Skip to content

Commit 515a1ac

Browse files
feat: Telegram Bot API 7.1
1 parent 8f741b2 commit 515a1ac

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.65.0][0.65.0] - 2024-02-20
7+
8+
1. Support Telegram Bot API v7.1
9+
* deleteMessages (@Sp3ricka)
10+
* copyMessages (@xjx0106 & @Sp3ricka)
11+
* setMessageReaction (@Sp3ricka)
12+
* forwardMessages (@danielperez9430)
13+
14+
2. Minor changes: (@danielperez9430)
15+
* Refactor methods order
16+
* Fix copyMessages & setMessageReaction methods
17+
* Added missing tests
18+
* Fix tests for methods copyMessages & getMyDefaulAdministratorRights
19+
620
## [0.64.0][0.64.0] - 2023-10-25
721

822
1. Replace `request` with a maintained version (@danielperez9430)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Node.js module to interact with the official [Telegram Bot API](https://core.telegram.org/bots/api).
66

77

8-
[![Bot API](https://img.shields.io/badge/Bot%20API-v.6.8-00aced.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)
8+
[![Bot API](https://img.shields.io/badge/Bot%20API-v.7.1-00aced.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)
99
[![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)
1010
[![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)
1111
[![Coverage Status](https://img.shields.io/codecov/c/github/yagop/node-telegram-bot-api?style=flat-square&logo=codecov)](https://codecov.io/gh/yagop/node-telegram-bot-api)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-telegram-bot-api",
3-
"version": "0.64.0",
3+
"version": "0.65.0",
44
"description": "Telegram Bot API",
55
"main": "./index.js",
66
"directories": {

0 commit comments

Comments
 (0)