1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-07 23:05:40 +00:00

preview of solution for #145

This commit is contained in:
2021-01-05 11:54:02 +06:00
parent 6407ad1a93
commit 3dc4e9dda4
2 changed files with 250 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## 0.30.12
* `Utils`:
* Class casts has been added. Now you can write something like `message.asGroupMessage() ?.let { ... }` instead of
`(message as? GroupMessage<*>) ?.let { ... }`
## 0.30.11
* `Common`: