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

convertToStorageFile

This commit is contained in:
2021-08-13 11:37:01 +06:00
parent f7d2c8bbd2
commit 9eb6008a73
4 changed files with 93 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
`import dev.inmo.tgbotapi.extensions.api.downloadFile` with `import dev.inmo.tgbotapi.extensions.api.files.downloadFile`
* `PathedFile#filename` extension has been deprecated, and new property `PathedFile#fileName` has been included
directly in `PathedFile`
* `Utils`:
* Add several functions `convertToStorageFile` and extensions `TelegramBot#convertToStorageFile`
## 0.35.4 Hotfix