File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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
+
6
20
## [ 0.64.0] [ 0.64.0 ] - 2023-10-25
7
21
8
22
1 . Replace ` request ` with a maintained version (@danielperez9430 )
Original file line number Diff line number Diff line change 5
5
Node.js module to interact with the official [ Telegram Bot API] ( https://core.telegram.org/bots/api ) .
6
6
7
7
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 )
9
9
[ ![ 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 )
10
10
[ ![ 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 )
11
11
[ ![ 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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-telegram-bot-api" ,
3
- "version" : " 0.64 .0" ,
3
+ "version" : " 0.65 .0" ,
4
4
"description" : " Telegram Bot API" ,
5
5
"main" : " ./index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments