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

all PublicChat implementations may have pinned message, chats abstractions refactoring

This commit is contained in:
2019-04-16 17:03:35 +08:00
parent 3bb1cb1552
commit 8b67f16da3
23 changed files with 98 additions and 40 deletions

View File

@@ -12,6 +12,9 @@
* Most part of requests which are working with identifiers of messages now implement `MessageAction` directly or
by their parents
* `StopPoll` implemented
* All current `Chat` abstractions are deprecated and rewritten as typealiases. Use `Chat` abstractions from
`com.github.insanusmokrassar.TelegramBotAPI.types.chat.abstracts` package
* Common Groups now may have pinned message
## 0.12.0 Webhooks