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

InlineQueryResult#id type change

This commit is contained in:
2020-09-20 20:16:14 +06:00
parent e4f305b3ec
commit 89dc7a4b2a
22 changed files with 27 additions and 21 deletions

View File

@@ -44,6 +44,10 @@
### 0.28.3
* `TelegramBotAPI-core`:
* All `InlineQueryResult` has changed their type of id for more obvious relation between `InlineQueryResult#id` and
`ChosenInlineResult#resultId`: `String` -> `InlineQueryIdentifier`
### 0.28.2
* `TelegramBotAPI-extensions-utils`: