Skip to content

Commit ff974ee

Browse files
authored
Merge pull request #1275 from php-telegram-bot/api-5.6
Bot API 5.6
2 parents 1d0762f + c5900b0 commit ff974ee

File tree

4 files changed

+396
-178
lines changed

4 files changed

+396
-178
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77
### Notes
88
- [:ledger: View file changes][Unreleased]
99
### Added
10+
- Bot API 5.6 (@TiiFuchs) (#1275)
1011
### Changed
1112
### Deprecated
1213
### Removed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A Telegram Bot based on the official [Telegram Bot API]
99

10-
[![API Version](https://img.shields.io/badge/Bot%20API-5.5%20%28December%202021%29-32a2da.svg)](https://core.telegram.org/bots/api#december-7-2021)
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)
1111
[![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)
1212
[![Donate](https://img.shields.io/badge/%F0%9F%92%99-Donate%20%2F%20Support%20Us-blue.svg)](#donate)
1313

@@ -78,7 +78,7 @@ This Bot aims to provide a platform where one can simply write a bot and have in
7878

7979
The Bot can:
8080
- Retrieve updates with [webhook](#webhook-installation) and [getUpdates](#getupdates-installation) methods.
81-
- Supports all types and methods according to Telegram Bot API 5.5 (December 2021).
81+
- Supports all types and methods according to Telegram Bot API 5.6 (December 2021).
8282
- Supports supergroups.
8383
- Handle commands in chat with other bots.
8484
- 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
389389

390390
### Types
391391

392-
All types are implemented according to Telegram API 5.5 (December 2021).
392+
All types are implemented according to Telegram API 5.6 (December 2021).
393393

394394
### Inline Query
395395

396-
Full support for inline query according to Telegram API 5.5 (December 2021).
396+
Full support for inline query according to Telegram API 5.6 (December 2021).
397397

398398
### Methods
399399

400-
All methods are implemented according to Telegram API 5.5 (December 2021).
400+
All methods are implemented according to Telegram API 5.6 (December 2021).
401401

402402
#### Send Message
403403

0 commit comments

Comments
 (0)