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

Add hasCommands / hasNoCommands extensions on CommonMessage

These extensions are meant to be used as arguments to the `initialFilter` parameter in behaviour builder triggers.
This commit is contained in:
madhead
2022-10-24 03:42:11 +02:00
parent d9846f27c9
commit 86cc7cfb3d
2 changed files with 47 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
# TelegramBotAPI changelog
## 3.4.0
* `Utils`:
* New extensions on `CommonMessage`: `hasCommands` and `hasNoCommands`. Useful for the `initialFilter` parameter in behaviour builder triggers.
## 3.3.0
**THIS VERSION CONTAINS UPGRADE KOTLIN (AND ALL RELATED LIBRARIES) UP TO 1.7.20**