mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
update changelog
This commit is contained in:
parent
49cbcea405
commit
2530b85400
18
CHANGELOG.md
18
CHANGELOG.md
@ -2,19 +2,21 @@
|
|||||||
|
|
||||||
## 0.18.0
|
## 0.18.0
|
||||||
|
|
||||||
* `RawMessage` now is internal class
|
* Made internal and not available outside of library:
|
||||||
* All `RawMessage` usages was replaced with `Message` interface
|
* `RawMessage`
|
||||||
|
* `RawUpdate`
|
||||||
|
* `RawChatMember`
|
||||||
|
* `RawMessageEntity`
|
||||||
|
* `RawInlineQuery`
|
||||||
|
* `RawCallbackQuery`
|
||||||
|
* `RawChosenInlineResult`
|
||||||
|
|
||||||
|
* All `RawMessage` usages was replaced with `Message` interface (with some of other raw classes was made the same things)
|
||||||
* `TelegramBotAPIMessageDeserializationStrategy` was created. It was used for deserialization of Telegram Bot API
|
* `TelegramBotAPIMessageDeserializationStrategy` was created. It was used for deserialization of Telegram Bot API
|
||||||
incoming messages
|
incoming messages
|
||||||
* `TelegramBotAPIMessageDeserializeOnlySerializer` was created. It **MUST NOT** be used to serialize messages
|
* `TelegramBotAPIMessageDeserializeOnlySerializer` was created. It **MUST NOT** be used to serialize messages
|
||||||
* Update of description
|
* Update of description
|
||||||
* `RawUpdate` now is internal and not available outside of library
|
|
||||||
* `RawChatMember` now is internal and not available outside of library
|
|
||||||
* Make `Game` object a little bit more standartizated
|
* Make `Game` object a little bit more standartizated
|
||||||
* `RawMessageEntity` now is internal
|
|
||||||
* `RawInlineQuery` now is internal
|
|
||||||
* `RawCallbackQuery` now is internal
|
|
||||||
* `RawChosenInlineResult` now is internal
|
|
||||||
|
|
||||||
## 0.17.0
|
## 0.17.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user