File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
10
- Bot API 5.6 (@TiiFuchs ) (#1275 )
11
+ - Bot API 5.7 (@TiiFuchs ) (#1284 )
11
12
### Changed
12
13
### Deprecated
13
14
### Removed
Original file line number Diff line number Diff line change 7
7
8
8
A Telegram Bot based on the official [ Telegram Bot API]
9
9
10
- [ ![ API Version] ( https://img.shields.io/badge/Bot%20API-5.6 %20%28December%202021 %29-32a2da.svg )] ( https://core.telegram.org/bots/api#december-30-2021 )
10
+ [ ![ API Version] ( https://img.shields.io/badge/Bot%20API-5.7 %20%28January%202022 %29-32a2da.svg )] ( https://core.telegram.org/bots/api#december-30-2021 )
11
11
[ ![ Join the bot support group on Telegram] ( https://img.shields.io/badge/telegram-@PHP__Telegram__Bot__Support-64659d.svg )] ( https://telegram.me/PHP_Telegram_Bot_Support )
12
12
[ ![ Donate] ( https://img.shields.io/badge/%F0%9F%92%99-Donate%20%2F%20Support%20Us-blue.svg )] ( #donate )
13
13
@@ -78,7 +78,7 @@ This Bot aims to provide a platform where one can simply write a bot and have in
78
78
79
79
The Bot can:
80
80
- Retrieve updates with [ webhook] ( #webhook-installation ) and [ getUpdates] ( #getupdates-installation ) methods.
81
- - Supports all types and methods according to Telegram Bot API 5.6 (December 2021 ).
81
+ - Supports all types and methods according to Telegram Bot API 5.7 (January 2022 ).
82
82
- Supports supergroups.
83
83
- Handle commands in chat with other bots.
84
84
- Manage Channel from the bot admin interface.
@@ -389,15 +389,15 @@ The reason for denying an update can be defined with the `$reason` parameter. Th
389
389
390
390
### Types
391
391
392
- All types are implemented according to Telegram API 5.6 (December 2021 ).
392
+ All types are implemented according to Telegram API 5.7 (January 2022 ).
393
393
394
394
### Inline Query
395
395
396
- Full support for inline query according to Telegram API 5.6 (December 2021 ).
396
+ Full support for inline query according to Telegram API 5.7 (January 2022 ).
397
397
398
398
### Methods
399
399
400
- All methods are implemented according to Telegram API 5.6 (December 2021 ).
400
+ All methods are implemented according to Telegram API 5.7 (January 2022 ).
401
401
402
402
#### Send Message
403
403
You can’t perform that action at this time.
0 commit comments