tgbotapi/CHANGELOG

47 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-01-01 10:15:01 +00:00
# TelegramBotAPI changelog
2019-01-23 04:15:57 +00:00
### 0.8.1
2019-01-01 10:15:01 +00:00
* Update `MediaGroupMessage` interface
* Add implementation of `MediaGroupMessage`
* Add generating of `MediaGroupMessage` in `RawMessage`
2019-01-23 04:15:57 +00:00
### 0.8.2
2019-01-10 14:09:51 +00:00
* Add `FromUserMessage` which must be implemented in all messages realisations which have `user` field
* Add `CommonMediaGroupMessage` which in fact extension of `MediaGroupMessage` with implementation of `FromUserMessage`
* `CommonMessageImpl` now implementing `FromUserMessage`
2019-01-23 04:15:57 +00:00
### 0.8.3
* Now `ForwardedMessage` contains nullable `from`
2019-01-17 00:21:01 +00:00
2019-01-23 04:15:57 +00:00
### 0.8.4
* Added `createMarkdownText` and extensions for `CaptionedMediaContent` and `TextContent`
2019-01-17 02:19:33 +00:00
* Added `ResendableContent` and realize in different contents
* Animation
* Audio
* Document
* Photo
* Sticker
* Video
* VideoNote
* Voice
* `MessageContent` now is `ResendableContent`
* Now all media sending factories which contains `thumb` have default `null` value
* `ChatIdentifier` classes now are `data` classes
* Now `MediaGroupContent` interface contains `toMediaGroupMemberInputMedia` method for easily creating mirror input media
* Change signature of `Update`
* Now `Update` is untyped and data is `Any`
* Media groups now are separated type of updates and you can subscribe on that receiving directly
* Now `AdministratorChatMember` is interface and `CreatorChatMember` implement it
2019-01-23 04:15:57 +00:00
### 0.8.5
* Add extension `String#toMarkdown`
* Fix of inserting of text when create Markdown-adapted text from text and text entities
* Fix default realisation of MessageEntity#asMarkdownSource
2019-01-24 00:20:13 +00:00
### 0.9.0