1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 21:29:25 +00:00

make all serializers are internal

This commit is contained in:
2020-01-15 13:03:42 +06:00
parent 3fe7bd1382
commit 12496f8261
16 changed files with 18 additions and 16 deletions

View File

@@ -14,6 +14,8 @@
* `UserForwardedMessage` -> `UserForwardInfo`
* `ForwardedFromChannelMessage` -> `ForwardFromChannelInfo`
* `PossiblyForwardedMessage#forwarded` field now renamed to `forwardInfo`
* 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.**
* Most part of requests have changed return type. They are listed below:
<details>