1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-04 21:35:44 +00:00

remove redundant TextedMediaInputMediaContent

This commit is contained in:
2022-04-03 19:56:34 +06:00
parent 3d458b2dc6
commit 87ee2f280b
12 changed files with 4 additions and 112 deletions

View File

@@ -4,8 +4,8 @@
* `Core`:
* New type `TextedMediaContent` which will unite `TextedInput` and `MediaContent`
* New type `TextedMediaGroupMediaContent` which will unite `TextedMediaContent` and `MediaGroupContent`
* `MediaGroupContent` and all subsequent inheritors have been replaced to the package `dev.inmo.tgbotapi.types.message.content.media`
* `MediaGroupContent` Now extends `TextedMediaContent` instead of `MediaContent`
* Add `reply` functions with the texted content with including of text
## 0.38.11