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

add editions for inline messages

This commit is contained in:
2023-04-22 00:18:18 +06:00
parent 3d2df4e255
commit 0ba6ebb20f
3 changed files with 128 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
## 7.1.0
* `API`:
* Rename `editMessageCaption` to `editMessageMedia` due to wrong old naming
* Add `edit` extensions for `InlineMessageIdentifier`s
* `BehaviourBuilder`:
* `BehaviourContext` extensions `onDeepLink` and `waitDeepLinks` now can be used with `Regex` or `String` as first parameters