1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

FromUserMessage

This commit is contained in:
2019-01-10 22:09:51 +08:00
parent 661a8dfa8a
commit 38d4010bc1
5 changed files with 58 additions and 15 deletions

View File

@@ -6,3 +6,9 @@
* Add implementation of `MediaGroupMessage`
* Add generating of `MediaGroupMessage` in `RawMessage`
## 0.8.2
* Add `FromUserMessage` which must be implemented in all messages realisations which have `user` field
* Add `CommonMediaGroupMessage` which in fact extension of `MediaGroupMessage` with implementation of `FromUserMessage`
* `CommonMessageImpl` now implementing `FromUserMessage`