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

deeplinking fixes and additions

This commit is contained in:
2022-02-07 18:08:06 +06:00
parent b2bc47ec04
commit 1ebaa1c387
3 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,14 @@
## 0.38.5
* `Core`:
* `Username` got new property `usernameWithoutAt` which will return `username` without leading `@`
* `Utils`:
* Several new functions for working with deep links:
* `makeUsernameDeepLinkPrefix`
* `makeTelegramDeepLink`
* `makeDeepLink`
## 0.38.4
__This update contains including of [Telegram Bot API 5.7](https://core.telegram.org/bots/api-changelog#january-31-2022)__