We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8fc07 commit f688ef1Copy full SHA for f688ef1
CHANGELOG.md
@@ -7,6 +7,8 @@ All Notable changes to `PHP Telegram Bot Api` will be documented in this file
7
### Added
8
- Add `\TelegramBot\Api\Types\Venue` mapping (`foursquare_type`, `google_place_id`, `google_place_type`)
9
- Add `scope` and `languageCode` parameters to `\TelegramBot\Api\BotApi::setMyCommands`
10
+- Add WebApp support: `\TelegramBot\Api\BotApi::answerWebAppQuery` method and `\TelegramBot\Api\Types\Message::$webAppData` property
11
+- Add `\TelegramBot\Api\Types\ReplyKeyboardMarkup::$isPersistent` property
12
13
### Fixed
14
- Fix `\TelegramBot\Api\Collection\Collection::addItem` max count constraint (#333)
0 commit comments