1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 13:19:30 +00:00

Fix #190: Support for Google Places values in venue-related methods and types

This commit is contained in:
madhead
2020-11-05 19:13:43 +03:00
parent 654d84b1b4
commit 824fa9ba09
10 changed files with 204 additions and 35 deletions

View File

@@ -66,6 +66,7 @@
* Update all classes which must have `entities`/`caption_entities` fields
* New request `CopyMessage`
* New extension `List<TextSource>#makeString` for more comfortable work with new api with entities
* Support for Google Places identifiers for venues
* `API`:
* Extensions `TelegramBot#pinChatMessage` now support any `Chat` and `Message`s from any `Chat`
* New extensions `TelegramBot#unpinAllChatMessages`