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

improvements of commands expectations and triggers

This commit is contained in:
2023-10-25 14:36:32 +06:00
parent 0efa52fe00
commit 080db09d2c
8 changed files with 503 additions and 89 deletions

View File

@@ -2,6 +2,12 @@
## 9.2.4
* `Utils`:
* New extensions `*.parseCommandsWithNamedArgs`
* `BehaviourBuilder`:
* In expectaters and triggers of `commands` add `*WithNamedArgs` variants
* In expectaters and triggers of `commands` add opportunity to use custom separator
## 9.2.3
* `Core`: