1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-16 05:40:32 +00:00

add BuiltInMimeTypes, ThumbedWithMimeTypeInlineQueryResult and buildMimeType factory

This commit is contained in:
2020-06-05 14:01:19 +06:00
parent 835b8b34f9
commit ca784e67df
11 changed files with 58 additions and 3 deletions

View File

@@ -55,6 +55,11 @@
* Interface `PossiblySentViaBot` has been added
* Currently, only `ChannelMessage` and `CommonMessageImpl` are implementing interface `PossiblySentViaBot`. It
could be changed in future
* Factory `buildMimeType` was added
* `BuiltinMimeTypes` was added
* Abstraction `ThumbedWithMimeTypeInlineQueryResult` with `thumbMimeType` field was added
* `InlineQueryResultGif` and `InlineQueryResultMpeg4Gif` now extend `ThumbedWithMimeTypeInlineQueryResult`
instead of `ThumbedInlineQueryResult`
### 0.27.5