ResendableContent change fill in changelog

This commit is contained in:
InsanusMokrassar 2020-01-15 13:30:28 +06:00
parent 40eaffb8e3
commit f80bb18ca5
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* All serializers in library now are `internal`. **If you have used some of them or I have marked as internal by a
mistake - don't hesitate to say this.**
* `EditChatMessage` now have generic type and extends `SimpleRequest<ContentMessage<GenericType>>`
* `ResendableContent` now extends `Request<out Message>` instead of `Request<Message>`
* Most part of requests have changed return type. They are listed below:
<details>