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

ForwardFromChannelInfo#channelChat now is ChannelChat

This commit is contained in:
2020-02-25 13:45:32 +06:00
parent 54e3c43999
commit b22d8a5a25
3 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
* `TelegramBotAPI`:
* All suspend functions for `RequestsExecutor` was removed (due to replacement into
[TelegramBotAPI extensions project](TelegramBotAPI-extensions-api/README.md))
* `ForwardFromChannelInfo#channelChat` now is `ChannelChat` instead of `Chat`
* `TelegramBotAPI-extensions-api`:
* Most part of sending media messages functions was removed and replaced with their `InputFile` args analogs