File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
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
- ## [ Unreleased ] [ Unreleased ]
6
+ ## [ 0.40.0 ] [ 0.40.0 ] - 2019-10-15
7
7
8
8
Added:
9
9
10
10
1 . Support Bot API v4.2: (by @kamikazechaser )
11
11
* Add methods: * TelegramBot#sendPoll()* , * TelegramBot#stopPoll()*
12
12
* Support events: * poll*
13
+ 1 . Support Bot API v4.0: (by @kamikazechaser )
14
+ * Add methods: * TelegramBot#editMessageMedia()* , * TelegramBot#sendAnimation()*
15
+ * Support new message types: * passport_data* , * animation*
13
16
14
17
15
18
* * *
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2018 Yago
3
+ Copyright (c) 2019 Yago
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Some things built using this library that might interest you:
87
87
88
88
** The MIT License (MIT)**
89
89
90
- Copyright © 2018 Yago
90
+ Copyright © 2019 Yago
91
91
92
92
[ usage ] :https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md
93
93
[ examples ] :https://github.com/yagop/node-telegram-bot-api/tree/master/examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-telegram-bot-api" ,
3
- "version" : " 0.30 .0" ,
3
+ "version" : " 0.40 .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