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

UserLoggedIn, additions in ClassCasts and partial fix of #511

This commit is contained in:
2022-01-06 14:49:11 +06:00
parent e1c94f772d
commit 9552550198
8 changed files with 344 additions and 4 deletions

View File

@@ -4,6 +4,10 @@
* `Core`:
* `MessageCallbackQuery` (and all implementers as well) has changed the type of `message`: now it is `ContentMessage<MessageContent>` instead of `Message`
* New type `ForwardFromPublicChatInfo` as extender of `ForwardInfo`:
* `ForwardFromChannelInfo` now extends `ForwardFromPublicChatInfo`
* `ForwardFromSupergroupInfo` now extends `ForwardFromPublicChatInfo`
* New type of events: `UserLoggedIn`
## 0.38.0